]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: make cpp indentation conform
authorJim Meyering <meyering@redhat.com>
Sat, 29 May 2010 07:45:21 +0000 (09:45 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 29 May 2010 07:45:21 +0000 (09:45 +0200)
* src/storage/storage_backend.h (VIR_STORAGE_VOL_OPEN_DEFAULT):
Adjust s/#define/# define/, and align continued lines.

src/storage/storage_backend.h

index bb4d1c053b7311897111c7354e4dd7ecf4c78849..1165a45f3935e2362b7949e72f192f37355cf3bc 100644 (file)
@@ -93,10 +93,10 @@ enum {
     VIR_STORAGE_VOL_OPEN_CHAR   = 1 << 3, /* char files okay */
 };
 
-#define VIR_STORAGE_VOL_OPEN_DEFAULT (VIR_STORAGE_VOL_OPEN_ERROR    |\
-                                      VIR_STORAGE_VOL_OPEN_REG      |\
-                                      VIR_STORAGE_VOL_OPEN_CHAR     |\
-                                      VIR_STORAGE_VOL_OPEN_BLOCK)
+# define VIR_STORAGE_VOL_OPEN_DEFAULT (VIR_STORAGE_VOL_OPEN_ERROR    |\
+                                       VIR_STORAGE_VOL_OPEN_REG      |\
+                                       VIR_STORAGE_VOL_OPEN_CHAR     |\
+                                       VIR_STORAGE_VOL_OPEN_BLOCK)
 
 int virStorageBackendVolOpenCheckMode(const char *path, unsigned int flags)
 ATTRIBUTE_RETURN_CHECK