]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
sanlock: Properly indent
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jun 2012 10:46:21 +0000 (12:46 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jun 2012 10:46:21 +0000 (12:46 +0200)
One of latest patches (0fce94fe) didn't properly indented #define
making syntax-check fail.

src/locking/lock_driver_sanlock.c

index 9668ca960d15919a4bff57b69c0267c20100af42..26bdde8341e5da87248314634935f0d1d4519d27 100644 (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;