diff options
author | Martin Kletzander <mkletzan@redhat.com> | 2014-08-20 13:00:30 +0200 |
---|---|---|
committer | Martin Kletzander <mkletzan@redhat.com> | 2014-08-20 14:50:21 +0200 |
commit | 93cf8f9861de0c5f97912b6c1d6bf2580c925570 (patch) | |
tree | 467ff440d1e6681219b42c53eabe35a4d6caf517 /tests/libvirtdconftest.c | |
parent | b606bbb416e264466a3f5af62a13163e432d0f49 (diff) | |
download | libvirt-93cf8f9861de0c5f97912b6c1d6bf2580c925570.tar.gz |
cleanup spaces between parentheses and braces
And add a syntax-check for '){$'. It's not perfect, but better than
nothing.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Diffstat (limited to 'tests/libvirtdconftest.c')
-rw-r--r-- | tests/libvirtdconftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libvirtdconftest.c b/tests/libvirtdconftest.c index 13cfa60386..8b93f4ecb7 100644 --- a/tests/libvirtdconftest.c +++ b/tests/libvirtdconftest.c @@ -217,7 +217,7 @@ mymain(void) goto cleanup; } - if (uncomment_all_params(filedata, ¶ms) < 0){ + if (uncomment_all_params(filedata, ¶ms) < 0) { perror("Find params"); ret = -1; goto cleanup; |