]> git.ipfire.org Git - thirdparty/lxc.git/commit
cmd: Correctly indent switch statement
authorTobin C. Harding <me@tobin.cc>
Thu, 16 Aug 2018 06:55:09 +0000 (16:55 +1000)
committerTobin C. Harding <me@tobin.cc>
Thu, 16 Aug 2018 06:55:09 +0000 (16:55 +1000)
commit27fdb6bec5303a24e2f02693e7bd65dcf732ff6f
tree8bdfdc6655a0b523efbb4c7618da29c841d3c70f
parent03eda5655142c838085d93aed7ad142676118ad0
cmd: Correctly indent switch statement

checkpatch.pl emits error

    ERROR: do not use assignment in if condition

Correctly indent switch statement.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
src/lxc/cmd/lxc_usernsexec.c