1
0
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:
Zdenek Kabelac 2011-08-04 14:54:48 +00:00
parent 46d6fcc99a
commit 9f6098f724

View File

@ -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;