sanlock: Properly indent

One of latest patches (0fce94fe) didn't properly indented #define
making syntax-check fail.
This commit is contained in:
Michal Privoznik 2012-06-25 12:46:21 +02:00
parent 0fce94fe1b
commit 85ce98250e

View File

@ -60,7 +60,7 @@
* too old to provide that define, and probably the functionality too
*/
#ifndef SANLK_RES_SHARED
#define SANLK_RES_SHARED 0x4
# define SANLK_RES_SHARED 0x4
#endif
typedef struct _virLockManagerSanlockDriver virLockManagerSanlockDriver;