white space and minor comment cleanup.
This commit is contained in:
@@ -22,7 +22,7 @@ typedef void *_LOCK_T;
|
||||
#define _LOCK_T_INITIALIZER ((_LOCK_T)19)
|
||||
|
||||
#define __LOCK_INIT(CLASS,NAME) \
|
||||
CLASS _LOCK_T NAME = _LOCK_T_INITIALIZER;
|
||||
CLASS _LOCK_T NAME = _LOCK_T_INITIALIZER;
|
||||
#define __LOCK_INIT_RECURSIVE(CLASS,NAME) \
|
||||
CLASS _LOCK_T NAME = _LOCK_T_RECURSIVE_INITIALIZER;
|
||||
|
||||
|
Reference in New Issue
Block a user