Commit 1d9f2743 by Tobin C. Harding

cmd: Remove unnecessary whitespace in string

checkpatch emits warning: WARNING: unnecessary whitespace before a quoted newline Remove unnecessary whitespace before a quoted newline Signed-off-by: 's avatarTobin C. Harding <me@tobin.cc>
parent 7f5700e6
......@@ -468,7 +468,7 @@ out:
static void print_usage(const struct option longopts[])
{
fprintf(stderr, "Usage: lxc-init [-n|--name=NAME] [-h|--help] [--usage] [--version] \n\
fprintf(stderr, "Usage: lxc-init [-n|--name=NAME] [-h|--help] [--usage] [--version]\n\
[-q|--quiet] [-o|--logfile=LOGFILE] [-l|--logpriority=LOGPRIORITY] [-P|--lxcpath=LXCPATH]\n");
exit(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment