Unverified Commit 6e0b4eda by Tobin C. Harding Committed by Christian Brauner

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 a5e8d792
......@@ -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