whitespace fixes

This commit is contained in:
Denis Vlasenko
2008-03-28 01:00:09 +00:00
parent cf26ab70c1
commit 2570b2e575
7 changed files with 42 additions and 46 deletions

View File

@@ -129,7 +129,7 @@ struct globals {
#define master (G.master )
#define slave (G.slave )
#define INIT_G() do { \
SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
} while (0)