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

[or-cvs] Renormalize whitespace



Update of /home/or/cvsroot/tor/src/common
In directory moria.mit.edu:/tmp/cvs-serv8145/src/common

Modified Files:
	compat.c compat.h 
Log Message:
Renormalize whitespace

Index: compat.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/compat.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- compat.c	22 Feb 2005 23:52:42 -0000	1.41
+++ compat.c	14 Mar 2005 03:18:34 -0000	1.42
@@ -767,7 +767,6 @@
   return;
 }
 
-
 #if defined(TOR_IS_MULTITHREADED) && !defined(MS_WINDOWS)
 #define TIME_FNS_NEED_LOCKS
 #endif

Index: compat.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/compat.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- compat.h	25 Feb 2005 20:46:12 -0000	1.24
+++ compat.h	14 Mar 2005 03:18:34 -0000	1.25
@@ -206,7 +206,6 @@
 int spawn_func(int (*func)(void *), void *data);
 void spawn_exit(void);
 
-
 #if defined(MS_WINDOWS)
 #define USE_WIN32_THREADS
 #define TOR_IS_MULTITHREADED 1
@@ -230,10 +229,8 @@
 #define tor_mutex_new() ((tor_mutex_t*)tor_malloc(sizeof(int)))
 #define tor_mutex_acquire(m) do { } while (0)
 #define tor_mutex_release(m) do { } while (0)
-#define tor_mutex_free(m) do { tor_free(m); } while(0)
+#define tor_mutex_free(m) do { tor_free(m); } while (0)
 #define tor_get_thread_id() (1UL)
 #endif
 
-
 #endif
-