diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2016-01-08 11:06:15 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-01-08 11:24:14 +0000 |
commit | 952aaca3d7c3be9da8487e6316721a802ab5261b (patch) | |
tree | bb138be4220e1387685004d439f4bbe765207681 /server/tests | |
parent | 1a158ce72831a88de48861c3b374e0fdecc3757a (diff) |
syntax-check: Remove empty line at EOF
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/stat-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/stat-main.c b/server/tests/stat-main.c index 3d2e48a4..31c0170e 100644 --- a/server/tests/stat-main.c +++ b/server/tests/stat-main.c @@ -46,4 +46,3 @@ int main(void) } return 0; } - |