mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Correct some white space.
This commit is contained in:
parent
c9b1c445a8
commit
b01986c3c5
1 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue