mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Add 'empty' command
Using empty command ';' here makes the code look nicer.
This commit is contained in:
parent
46d6fcc99a
commit
9f6098f724
@ -275,6 +275,7 @@ static int _size_arg(struct cmd_context *cmd __attribute__((unused)), struct arg
|
||||
return 0;
|
||||
} else if (i == 7) {
|
||||
/* v is already in sectors */
|
||||
;
|
||||
} else if (i == 6) {
|
||||
/* bytes */
|
||||
v_tmp = (uint64_t) v;
|
||||
|
Loading…
Reference in New Issue
Block a user