whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6307357eff
commit
b7c9fb27cb
13 changed files with 21 additions and 21 deletions
|
@ -19,7 +19,7 @@ int flock_main(int argc UNUSED_PARAM, char **argv)
|
|||
};
|
||||
|
||||
#if ENABLE_LONG_OPTS
|
||||
static const char getopt_longopts[] ALIGN1 =
|
||||
static const char getopt_longopts[] ALIGN1 =
|
||||
"shared\0" No_argument "s"
|
||||
"exclusive\0" No_argument "x"
|
||||
"unlock\0" No_argument "u"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue