mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
sanlock: Properly indent
One of latest patches (0fce94fe
) didn't properly indented #define
making syntax-check fail.
This commit is contained in:
parent
0fce94fe1b
commit
85ce98250e
@ -60,7 +60,7 @@
|
|||||||
* too old to provide that define, and probably the functionality too
|
* too old to provide that define, and probably the functionality too
|
||||||
*/
|
*/
|
||||||
#ifndef SANLK_RES_SHARED
|
#ifndef SANLK_RES_SHARED
|
||||||
#define SANLK_RES_SHARED 0x4
|
# define SANLK_RES_SHARED 0x4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _virLockManagerSanlockDriver virLockManagerSanlockDriver;
|
typedef struct _virLockManagerSanlockDriver virLockManagerSanlockDriver;
|
||||||
|
Loading…
Reference in New Issue
Block a user