[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] whitespace fixes
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv17821/src/or
Modified Files:
or.h
Log Message:
whitespace fixes
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -d -r1.624 -r1.625
--- or.h 13 Jul 2005 05:14:42 -0000 1.624
+++ or.h 13 Jul 2005 17:24:55 -0000 1.625
@@ -1513,7 +1513,7 @@
int _log_conn_is_control = (conn && conn->type == CONN_TYPE_CONTROL); \
if (_log_conn_is_control) \
disable_control_logging(); \
- do {stmt;} while(0); \
+ do {stmt;} while (0); \
if (_log_conn_is_control) \
enable_control_logging(); \
} while (0)