(svn r21875) -Codechange: indentation of some comments was wrong
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
/* Can we handle a new client? */
|
||||
if (!Tsocket::AllowConnection()) {
|
||||
/* no more clients allowed?
|
||||
* Send to the client that we are full! */
|
||||
* Send to the client that we are full! */
|
||||
Packet p(Tfull_packet);
|
||||
p.PrepareToSend();
|
||||
|
||||
|
Reference in New Issue
Block a user