criu/test
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
..
compel compel: Provide piegen_opt_t in library 2019-04-20 20:25:26 -07:00
exhaustive py: Reformat everything into pep8 style 2019-09-07 15:59:56 +03:00
inhfd python: sort imports 2020-03-27 19:36:20 +03:00
javaTests Add Socket-based Java Functional Tests 2020-02-04 12:39:44 -08:00
jenkins test/jenkins: remove empty line at the end of file 2020-03-27 19:36:20 +03:00
others python: sort imports 2020-02-16 09:15:31 -08:00
pki zdtm: Add --tls option 2019-09-07 15:59:53 +03:00
zdtm criu: put statement continuation on the same line as the closing bracket 2020-04-25 00:43:23 -07:00
.gitignore
abrt.sh test/abrt: skip core dumps from the seccomp_filter test 2019-04-20 20:25:26 -07:00
check_actions.py test/other: Resolve Py3 compatibility issues 2019-09-07 15:59:56 +03:00
crit-recode.py crit-recode: skip (not try to parse) nftables raw image 2020-03-27 19:36:20 +03:00
empty-netns-prep.sh
groups.desc
inhfd.desc
Makefile Modify and add test for configuration file functionality 2018-10-30 19:27:52 +03:00
pycriu Adapt zdtm for python3 compatibility 2018-07-09 18:25:16 +03:00
show_action.sh
umount2.c
zdtm.desc
zdtm.py zdtm: fail if test with the crfail tag passes 2020-04-25 00:43:23 -07:00
zdtm_ct.c zdtm_ct: run each test in a new time namespace 2020-04-25 00:43:23 -07:00
zdtm_mount_cgroups
zdtm_umount_cgroups zdtm: cleanup zdtmtst and zdtmtst.defaultroot cgroups after finishing test 2018-10-30 19:27:58 +03:00