summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-05 19:27:37 +0000
committerJim Meyering <meyering@redhat.com>2008-02-05 19:27:37 +0000
commite04912a9f04a26f82f5d7711260ef15e02b4967a (patch)
treef722b767b262f8875f8266038ec008a934893e37 /tests/reconnect.c
parentIgnore built test files (diff)
downloadlibvirt-e04912a9f04a26f82f5d7711260ef15e02b4967a.tar.gz
libvirt-e04912a9f04a26f82f5d7711260ef15e02b4967a.tar.bz2
libvirt-e04912a9f04a26f82f5d7711260ef15e02b4967a.zip
Remove all trailing blanks; turn on the rule to detect them.
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files.
Diffstat (limited to 'tests/reconnect.c')
-rw-r--r--tests/reconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reconnect.c b/tests/reconnect.c
index e9bdcdb1e..8fcb00ca7 100644
--- a/tests/reconnect.c
+++ b/tests/reconnect.c
@@ -52,6 +52,6 @@ int main(void) {
virConnectClose(conn);
printf("OK\n");
exit(0);
-
+
}