mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00: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
|
||||
*/
|
||||
#ifndef SANLK_RES_SHARED
|
||||
#define SANLK_RES_SHARED 0x4
|
||||
# define SANLK_RES_SHARED 0x4
|
||||
#endif
|
||||
|
||||
typedef struct _virLockManagerSanlockDriver virLockManagerSanlockDriver;
|
||||
|
Loading…
Reference in New Issue
Block a user