criu/test/zdtm
Pavel Tikhomirov 62088c721f criu: put statement continuation on the same line as the closing bracket
We should follow Linux Kernel Codding Style:

... the closing brace is empty on a line of its own, except in the cases
where it is followed by a continuation of the same statement, ie ... an
else in an if-statement ...

https://www.kernel.org/doc/html/v4.10/process/coding-style.html#placing-braces-and-spaces

Automaticly fixing with:

:!git grep --files-with-matches "^\s*else[^{]*{" | xargs
:argadd <files>
:argdo :%s/}\s*\n\s*\(else[^{]*{\)/} \1/g | update

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
2020-04-25 00:43:23 -07:00
..
lib zdtm: add support for time namespaces 2020-04-25 00:43:23 -07:00
static criu: put statement continuation on the same line as the closing bracket 2020-04-25 00:43:23 -07:00
transition criu: put statement continuation on the same line as the closing bracket 2020-04-25 00:43:23 -07:00
.gitignore test/zdtm: unify common code 2017-04-02 18:12:10 +03:00
Makefile test/zdtm/Makefile: simplify 2017-04-02 18:12:10 +03:00
Makefile.inc style: Enforce kernel style -Wstrict-prototypes 2020-02-04 12:39:42 -08:00