Commit 1c8df138 by Christian Brauner Committed by Stéphane Graber

tools: fix coding style in lxc_attach

parent 01c05c82
......@@ -154,7 +154,9 @@ static int my_parser(struct lxc_arguments* args, int c, char* arg)
case 'L':
args->console_log = arg;
break;
case 'f': args->rcfile = arg; break;
case 'f':
args->rcfile = arg;
break;
}
return 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