From bc77805b5fa6f874d5b441a33b5e66a4ec9350e3 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Tue, 9 Jul 2013 23:38:40 +0300 Subject: syntax-check: fix no-newline or empty line at EOF --- server/char_device.c | 1 - server/tests/.gitignore | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/server/char_device.c b/server/char_device.c index f500f04f..721bd8d9 100644 --- a/server/char_device.c +++ b/server/char_device.c @@ -977,4 +977,3 @@ int spice_char_device_state_restore(SpiceCharDeviceState *dev, spice_char_device_read_from_device(dev); return TRUE; } - diff --git a/server/tests/.gitignore b/server/tests/.gitignore index 74687d1a..b163cda5 100644 --- a/server/tests/.gitignore +++ b/server/tests/.gitignore @@ -4,4 +4,4 @@ test_empty_success test_just_sockets_no_ssl test_fail_on_null_core_interface test_playback -test_display_resolution_changes \ No newline at end of file +test_display_resolution_changes -- cgit