diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-02-20 18:09:27 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-21 03:50:12 +0100 |
commit | 90e633a7901060063e62bf53948c4c239a9f55d1 (patch) | |
tree | 605f899f78376bc3d05569143f4af32f0facdaed /src | |
parent | eef65bf3ee6f73afa4a5de23ae3a794a279f30c0 (diff) |
replace tabs with spaces in some files
Files:
* hwdb/60-keyboard.hwdb
* shell-completion/zsh/_systemd-coredumpctl
* src/test/test-helper.h
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test-helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-helper.h b/src/test/test-helper.h index 92864edb54..f75dd3374a 100644 --- a/src/test/test-helper.h +++ b/src/test/test-helper.h @@ -24,8 +24,8 @@ #include "sd-daemon.h" #define TEST_REQ_RUNNING_SYSTEMD(x) \ - if (sd_booted() > 0) { \ - x; \ + if (sd_booted() > 0) { \ + x; \ } else { \ printf("systemd not booted skipping '%s'\n", #x); \ } |