summaryrefslogtreecommitdiff
path: root/tests/libvirtdconftest.c
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2014-08-20 13:00:30 +0200
committerMartin Kletzander <mkletzan@redhat.com>2014-08-20 14:50:21 +0200
commit93cf8f9861de0c5f97912b6c1d6bf2580c925570 (patch)
tree467ff440d1e6681219b42c53eabe35a4d6caf517 /tests/libvirtdconftest.c
parentb606bbb416e264466a3f5af62a13163e432d0f49 (diff)
downloadlibvirt-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.c2
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, &params) < 0){
+ if (uncomment_all_params(filedata, &params) < 0) {
perror("Find params");
ret = -1;
goto cleanup;