]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools: fix coding style in lxc_attach
authorChristian Brauner <christian.brauner@canonical.com>
Fri, 14 Oct 2016 12:20:16 +0000 (14:20 +0200)
committerChristian Brauner <christian.brauner@canonical.com>
Fri, 14 Oct 2016 12:22:57 +0000 (14:22 +0200)
Signed-off-by: Christian Brauner <christian.brauner@canonical.com>
src/lxc/tools/lxc_attach.c

index 23d63a22bb43fb1ed3081f9fb28d3ffbcac5b1a1..51fd536a23714268e72705f7944aeaa2126cd0a8 100644 (file)
@@ -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;