[libvirt] [PATCH] sanlock: Properly indent

Michal Privoznik mprivozn at redhat.com
Mon Jun 25 10:51:56 UTC 2012


One of latest patches (0fce94fe) didn't properly indented #define
making syntax-check fail.
---

Pushed under build-breaker rule.

 src/locking/lock_driver_sanlock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/locking/lock_driver_sanlock.c b/src/locking/lock_driver_sanlock.c
index 9668ca9..26bdde8 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;
-- 
1.7.8.5




More information about the libvir-list mailing list