mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
build: make cpp indentation conform
* src/storage/storage_backend.h (VIR_STORAGE_VOL_OPEN_DEFAULT): Adjust s/#define/# define/, and align continued lines.
This commit is contained in:
parent
4a1abb3f50
commit
f9a4df5a5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user