From: Michal Privoznik Date: Mon, 25 Jun 2012 10:46:21 +0000 (+0200) Subject: sanlock: Properly indent X-Git-Tag: v0.9.13-rc2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ce98250e715785c5b0cffb4edd73056557a4e8;p=thirdparty%2Flibvirt.git sanlock: Properly indent One of latest patches (0fce94fe) didn't properly indented #define making syntax-check fail. --- diff --git a/src/locking/lock_driver_sanlock.c b/src/locking/lock_driver_sanlock.c index 9668ca960d..26bdde8341 100644 --- a/src/locking/lock_driver_sanlock.c +++ b/src/locking/lock_driver_sanlock.c @@ -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;