summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:03:38 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit02d56750bda532e9a0b4e4d9efcde82ae44fdc38 (patch)
treeb230d0fae6de66fd79a92212144bc00a6c9b3f54 /server/tests
parent8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (diff)
downloadspice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.gz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.xz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.zip
Remove trailing blank lines
Remove any blank lines at the end of all source files
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/README1
-rw-r--r--server/tests/basic_event_loop.c1
-rw-r--r--server/tests/test_display_base.c1
-rw-r--r--server/tests/test_display_no_ssl.c1
-rw-r--r--server/tests/test_display_streaming.c1
-rw-r--r--server/tests/test_empty_success.c1
-rw-r--r--server/tests/test_fail_on_null_core_interface.c1
-rw-r--r--server/tests/test_just_sockets_no_ssl.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/server/tests/README b/server/tests/README
index 477ca0ce..8818830f 100644
--- a/server/tests/README
+++ b/server/tests/README
@@ -21,4 +21,3 @@ test_fail_on_null_core_interface
basic_event_loop.c
used by test_just_sockets_no_ssl, can be used by other tests. very crude event loop. Should probably use libevent for better tests, but this is self contained.
-
diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c
index e0cc06e6..41795f10 100644
--- a/server/tests/basic_event_loop.c
+++ b/server/tests/basic_event_loop.c
@@ -281,4 +281,3 @@ SpiceCoreInterface *basic_event_loop_init(void)
ignore_sigpipe();
return &core;
}
-
diff --git a/server/tests/test_display_base.c b/server/tests/test_display_base.c
index 579ef1e4..b31e6fba 100644
--- a/server/tests/test_display_base.c
+++ b/server/tests/test_display_base.c
@@ -574,4 +574,3 @@ SpiceServer* test_init(SpiceCoreInterface *core)
wakeup_timer = core->timer_add(do_wakeup, NULL);
return server;
}
-
diff --git a/server/tests/test_display_no_ssl.c b/server/tests/test_display_no_ssl.c
index 1eb83b37..3877c8d8 100644
--- a/server/tests/test_display_no_ssl.c
+++ b/server/tests/test_display_no_ssl.c
@@ -50,4 +50,3 @@ int main(void)
return 0;
}
-
diff --git a/server/tests/test_display_streaming.c b/server/tests/test_display_streaming.c
index b4025254..e7d5156a 100644
--- a/server/tests/test_display_streaming.c
+++ b/server/tests/test_display_streaming.c
@@ -24,4 +24,3 @@ int main(void)
basic_event_loop_mainloop();
return 0;
}
-
diff --git a/server/tests/test_empty_success.c b/server/tests/test_empty_success.c
index 3641eb76..a4f49c7a 100644
--- a/server/tests/test_empty_success.c
+++ b/server/tests/test_empty_success.c
@@ -57,4 +57,3 @@ int main(void)
return 0;
}
-
diff --git a/server/tests/test_fail_on_null_core_interface.c b/server/tests/test_fail_on_null_core_interface.c
index 6490a6a7..105dd639 100644
--- a/server/tests/test_fail_on_null_core_interface.c
+++ b/server/tests/test_fail_on_null_core_interface.c
@@ -10,4 +10,3 @@ int main(void)
return 0;
}
-
diff --git a/server/tests/test_just_sockets_no_ssl.c b/server/tests/test_just_sockets_no_ssl.c
index afa3558b..e105b1ce 100644
--- a/server/tests/test_just_sockets_no_ssl.c
+++ b/server/tests/test_just_sockets_no_ssl.c
@@ -16,4 +16,3 @@ int main(void)
return 0;
}
-