mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 03:28:00 +02:00
test: indentation fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bfc4980754
commit
148b147173
1 changed files with 1 additions and 1 deletions
|
|
@ -1156,7 +1156,7 @@ int main(int argc, char **argv)
|
||||||
SRunner *sr;
|
SRunner *sr;
|
||||||
|
|
||||||
s = litest_utils_suite();
|
s = litest_utils_suite();
|
||||||
sr = srunner_create(s);
|
sr = srunner_create(s);
|
||||||
|
|
||||||
srunner_run_all(sr, CK_ENV);
|
srunner_run_all(sr, CK_ENV);
|
||||||
nfailed = srunner_ntests_failed(sr);
|
nfailed = srunner_ntests_failed(sr);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue