diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-08-28 17:45:52 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-09-18 14:06:55 +0200 |
commit | 504d027bb2077fecc39702e1e511b5c9f42368a7 (patch) | |
tree | 256cb110682a7758acb9388dc88959244372e48c /server/tests | |
parent | 93b4f4050c57bd851292e4cee884888cee56fc31 (diff) | |
download | spice-504d027bb2077fecc39702e1e511b5c9f42368a7.tar.gz spice-504d027bb2077fecc39702e1e511b5c9f42368a7.tar.xz spice-504d027bb2077fecc39702e1e511b5c9f42368a7.zip |
server/tests/Makefile.am: White-space cleanup
Make sure the \ at the end of lines are nicely aligned
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am index e2201ccc..233393e9 100644 --- a/server/tests/Makefile.am +++ b/server/tests/Makefile.am @@ -27,17 +27,17 @@ COMMON_BASE = \ test_util.h \ $(NULL) -noinst_PROGRAMS = \ - test_display_no_ssl \ - test_display_streaming \ - test_empty_success \ +noinst_PROGRAMS = \ + test_display_no_ssl \ + test_display_streaming \ + test_empty_success \ test_fail_on_null_core_interface \ - test_just_sockets_no_ssl \ - test_playback \ + test_just_sockets_no_ssl \ + test_playback \ test_display_resolution_changes \ - test_two_servers \ - test_vdagent \ - test_display_width_stride \ + test_two_servers \ + test_vdagent \ + test_display_width_stride \ $(NULL) test_vdagent_SOURCES = \ @@ -65,7 +65,7 @@ test_display_resolution_changes_SOURCES = \ $(COMMON_BASE) \ test_display_base.c \ test_display_base.h \ - test_display_resolution_changes.c \ + test_display_resolution_changes.c \ $(NULL) test_just_sockets_no_ssl_SOURCES = \ @@ -93,9 +93,9 @@ test_two_servers_SOURCES = \ test_two_servers.c \ $(NULL) -test_display_width_stride_SOURCES = \ +test_display_width_stride_SOURCES = \ $(COMMON_BASE) \ test_display_base.c \ test_display_base.h \ - test_display_width_stride.c \ + test_display_width_stride.c \ $(NULL) |