[Spice-devel] [PATCH 05/11] syntax-check: fix no-newline or empty line at EOF
Uri Lublin
uril at redhat.com
Wed Jul 17 07:04:15 PDT 2013
---
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 f500f04..721bd8d 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 74687d1..b163cda 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
--
1.8.1.4
More information about the Spice-devel
mailing list