(svn r21875) -Codechange: indentation of some comments was wrong

This commit is contained in:
smatz
2011-01-21 01:38:30 +00:00
parent c7ebf1d450
commit f2006f36a1
6 changed files with 13 additions and 13 deletions

View File

@@ -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();