Correct some white space.

This commit is contained in:
Bill Currie 2012-12-26 14:43:09 +09:00
parent c9b1c445a8
commit b01986c3c5

View file

@ -40,10 +40,10 @@
extern pthread_mutex_t *my_mutex;
#define LOCK \
do { \
if (options.threads > 1) \
pthread_mutex_lock (my_mutex); \
#define LOCK \
do { \
if (options.threads > 1) \
pthread_mutex_lock (my_mutex); \
} while (0)
#define UNLOCK \