[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r8307: Remove bogus whitespace (in tor/trunk: . src/or)



Author: nickm
Date: 2006-08-30 19:34:49 -0400 (Wed, 30 Aug 2006)
New Revision: 8307

Modified:
   tor/trunk/
   tor/trunk/src/or/control.c
Log:
 r8686@Kushana:  nickm | 2006-08-30 18:01:35 -0400
 Remove bogus whitespace



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r8686] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2006-08-30 21:00:53 UTC (rev 8306)
+++ tor/trunk/src/or/control.c	2006-08-30 23:34:49 UTC (rev 8307)
@@ -1152,7 +1152,7 @@
     if (sig<0)
       return 0;
   }
-  
+
   if (!control_signal_check(sig)) {
     if (STATE_IS_V0(conn->_base.state))
       send_control0_error(conn, ERR_SYNTAX, "Unrecognized signal number.");