criu/test/zdtm/transition
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
..
epoll.c criu: put statement continuation on the same line as the closing bracket 2020-04-25 00:43:23 -07:00
fifo_dyn.c test: Get rid of live directory 2016-02-20 13:40:52 +03:00
fifo_dyn.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
fifo_loop.c test/fifo_loop: change sizes of all fifo-s to fit a test buffer 2020-03-27 19:36:20 +03:00
file_aio.c style: Enforce kernel style -Wdeclaration-after-statement 2020-02-04 12:39:27 -08:00
file_read.c style: Enforce kernel style -Wdeclaration-after-statement 2020-02-04 12:39:27 -08:00
fork.c zdtm/fork: print children wait status 2018-10-30 19:27:58 +03:00
fork2.c test: Get rid of live directory 2016-02-20 13:40:52 +03:00
ipc.c zdtm: rely on -D_GNU_SOURCE passed from Makefiles 2017-04-11 09:01:08 +03:00
ipc.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
lazy-thp.c zdtm: Fix memory and resource leaks 2019-09-07 15:59:53 +03:00
Makefile zdtm: check that pid-reuse does not break iterative memory dump 2018-07-09 18:26:52 +03:00
maps007.c maps007 test: fix for clang 2016-10-24 16:00:15 +03:00
maps007.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
maps008.c style: Enforce kernel style -Wdeclaration-after-statement 2020-02-04 12:39:27 -08:00
maps008.desc test: add test for anon shmem dedup 2016-09-06 19:31:19 +03:00
netlink00.c style: Enforce kernel style -Wstrict-prototypes 2020-02-04 12:39:42 -08:00
netlink00.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
pid_reuse.c zdtm: check that pid-reuse does not break iterative memory dump 2018-07-09 18:26:52 +03:00
pid_reuse.desc zdtm: check that pid-reuse does not break iterative memory dump 2018-07-09 18:26:52 +03:00
pipe_loop00.c test: add printf-attribute to test_msg 2016-09-06 18:58:12 +03:00
pipe_shared00.c test: Get rid of live directory 2016-02-20 13:40:52 +03:00
ptrace.c Replace references to MAP_ANON with MAP_ANONYMOUS 2019-04-20 20:25:26 -07:00
ptrace.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
shmem.c zdtm: rely on -D_GNU_SOURCE passed from Makefiles 2017-04-11 09:01:08 +03:00
socket-tcp.c test: Get rid of live directory 2016-02-20 13:40:52 +03:00
socket-tcp.desc join-ns: Fix join-ns zdtm test 2016-06-01 14:52:21 +03:00
socket-tcp6.c test: Get rid of live directory 2016-02-20 13:40:52 +03:00
socket-tcp6.desc join-ns: Fix join-ns zdtm test 2016-06-01 14:52:21 +03:00
socket_loop00.c test: add printf-attribute to test_msg 2016-09-06 18:58:12 +03:00
thread-bomb.c zdtm/thread-bomb: Limit stack size in thread-bomb 2019-09-07 15:59:49 +03:00
thread-bomb.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
unix_sock.c test: Get rid of live directory 2016-02-20 13:40:52 +03:00