From 02d56750bda532e9a0b4e4d9efcde82ae44fdc38 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:03:38 +0000 Subject: Remove trailing blank lines Remove any blank lines at the end of all source files --- client/x11/.gitignore | 2 +- client/x11/atomic_count.h | 1 - client/x11/event_sources_p.h | 1 - client/x11/main.cpp | 1 - client/x11/named_pipe.cpp | 1 - client/x11/named_pipe.h | 1 - client/x11/pixels_source.cpp | 1 - client/x11/pixels_source_p.h | 1 - client/x11/platform_utils.h | 1 - client/x11/playback.cpp | 1 - client/x11/playback.h | 1 - client/x11/record.cpp | 1 - client/x11/record.h | 1 - client/x11/red_drawable.cpp | 1 - client/x11/red_pixmap.cpp | 1 - client/x11/red_pixmap_gl.cpp | 1 - client/x11/red_pixmap_sw.cpp | 1 - client/x11/red_window.cpp | 1 - client/x11/red_window_p.h | 1 - client/x11/res.cpp | 1 - client/x11/res.h | 1 - client/x11/resource.h | 1 - client/x11/x_icon.cpp | 1 - client/x11/x_icon.h | 1 - client/x11/x_platform.h | 1 - 25 files changed, 1 insertion(+), 25 deletions(-) (limited to 'client/x11') diff --git a/client/x11/.gitignore b/client/x11/.gitignore index fbe61107..397a68f4 100644 --- a/client/x11/.gitignore +++ b/client/x11/.gitignore @@ -7,4 +7,4 @@ Makefile Makefile.in setup -spicec \ No newline at end of file +spicec diff --git a/client/x11/atomic_count.h b/client/x11/atomic_count.h index db20ad9e..02bb08d4 100644 --- a/client/x11/atomic_count.h +++ b/client/x11/atomic_count.h @@ -41,4 +41,3 @@ private: }; #endif - diff --git a/client/x11/event_sources_p.h b/client/x11/event_sources_p.h index 959460c2..4b826bb8 100644 --- a/client/x11/event_sources_p.h +++ b/client/x11/event_sources_p.h @@ -52,4 +52,3 @@ class Handle_p { }; #endif - diff --git a/client/x11/main.cpp b/client/x11/main.cpp index ccc95328..f95b3a21 100644 --- a/client/x11/main.cpp +++ b/client/x11/main.cpp @@ -49,4 +49,3 @@ int main(int argc, char** argv) return exit_val; } - diff --git a/client/x11/named_pipe.cpp b/client/x11/named_pipe.cpp index 0653bfcc..84b980dc 100644 --- a/client/x11/named_pipe.cpp +++ b/client/x11/named_pipe.cpp @@ -169,4 +169,3 @@ void LinuxListener::on_event() conn_interface.bind((NamedPipe::ConnectionRef)conn); } } - diff --git a/client/x11/named_pipe.h b/client/x11/named_pipe.h index 5b0e7f60..379cbffe 100644 --- a/client/x11/named_pipe.h +++ b/client/x11/named_pipe.h @@ -59,4 +59,3 @@ private: }; #endif - diff --git a/client/x11/pixels_source.cpp b/client/x11/pixels_source.cpp index 8d8b3443..71ea9ff4 100644 --- a/client/x11/pixels_source.cpp +++ b/client/x11/pixels_source.cpp @@ -106,4 +106,3 @@ SpicePoint AlphaImageFromRes::get_size() pt.y = pixman_image_get_height(image); return pt; } - diff --git a/client/x11/pixels_source_p.h b/client/x11/pixels_source_p.h index 8892c581..000fe4d0 100644 --- a/client/x11/pixels_source_p.h +++ b/client/x11/pixels_source_p.h @@ -89,4 +89,3 @@ struct RedDrawable_p { }; #endif - diff --git a/client/x11/platform_utils.h b/client/x11/platform_utils.h index d574e217..03a24892 100644 --- a/client/x11/platform_utils.h +++ b/client/x11/platform_utils.h @@ -36,4 +36,3 @@ typedef int SOCKET; #define sock_err_message(err) strerror(err) #endif - diff --git a/client/x11/playback.cpp b/client/x11/playback.cpp index e69294c8..5fa7e182 100644 --- a/client/x11/playback.cpp +++ b/client/x11/playback.cpp @@ -218,4 +218,3 @@ uint32_t WavePlayer::get_delay_ms() } return delay / _sampels_per_ms; } - diff --git a/client/x11/playback.h b/client/x11/playback.h index d8efd7e4..27ef9ed7 100644 --- a/client/x11/playback.h +++ b/client/x11/playback.h @@ -45,4 +45,3 @@ private: }; #endif - diff --git a/client/x11/record.cpp b/client/x11/record.cpp index 017a94db..bd76cee6 100644 --- a/client/x11/record.cpp +++ b/client/x11/record.cpp @@ -238,4 +238,3 @@ void WaveRecorder::on_event() } } } - diff --git a/client/x11/record.h b/client/x11/record.h index fde58c77..91410962 100644 --- a/client/x11/record.h +++ b/client/x11/record.h @@ -57,4 +57,3 @@ private: }; #endif - diff --git a/client/x11/red_drawable.cpp b/client/x11/red_drawable.cpp index d6cce920..fd5d4a16 100644 --- a/client/x11/red_drawable.cpp +++ b/client/x11/red_drawable.cpp @@ -793,4 +793,3 @@ void RedDrawable::frame_rect(const SpiceRect& area, rgb32_t color) THROW("invalid dest type %d", dest->source.type); } } - diff --git a/client/x11/red_pixmap.cpp b/client/x11/red_pixmap.cpp index 79190a06..af30f526 100644 --- a/client/x11/red_pixmap.cpp +++ b/client/x11/red_pixmap.cpp @@ -42,4 +42,3 @@ bool RedPixmap::is_big_endian_bits() { return false; } - diff --git a/client/x11/red_pixmap_gl.cpp b/client/x11/red_pixmap_gl.cpp index 011ead97..1e1e6e0f 100644 --- a/client/x11/red_pixmap_gl.cpp +++ b/client/x11/red_pixmap_gl.cpp @@ -309,4 +309,3 @@ RedPixmapGL::~RedPixmapGL() */ GLC_ERROR_TEST_FINISH; } - diff --git a/client/x11/red_pixmap_sw.cpp b/client/x11/red_pixmap_sw.cpp index a0dea4d0..3fd86778 100644 --- a/client/x11/red_pixmap_sw.cpp +++ b/client/x11/red_pixmap_sw.cpp @@ -91,4 +91,3 @@ RedPixmapSw::~RedPixmapSw() delete[] _data; } } - diff --git a/client/x11/red_window.cpp b/client/x11/red_window.cpp index 2d179f89..e0b7d456 100644 --- a/client/x11/red_window.cpp +++ b/client/x11/red_window.cpp @@ -2254,4 +2254,3 @@ void RedWindow::init() void RedWindow::cleanup() { } - diff --git a/client/x11/red_window_p.h b/client/x11/red_window_p.h index 6f94d261..27825393 100644 --- a/client/x11/red_window_p.h +++ b/client/x11/red_window_p.h @@ -87,4 +87,3 @@ protected: }; #endif - diff --git a/client/x11/res.cpp b/client/x11/res.cpp index f73e5404..efbd8de1 100644 --- a/client/x11/res.cpp +++ b/client/x11/res.cpp @@ -80,4 +80,3 @@ const IconHeader *res_get_icon(int id) } return NULL; } - diff --git a/client/x11/res.h b/client/x11/res.h index 77337720..8320e9b6 100644 --- a/client/x11/res.h +++ b/client/x11/res.h @@ -22,4 +22,3 @@ const PixmapHeader *res_get_image(int id); const IconHeader *res_get_icon(int id); #endif - diff --git a/client/x11/resource.h b/client/x11/resource.h index a0f18f31..562b9b98 100644 --- a/client/x11/resource.h +++ b/client/x11/resource.h @@ -22,4 +22,3 @@ #define ALT_IMAGE_RES_ID 4 #endif - diff --git a/client/x11/x_icon.cpp b/client/x11/x_icon.cpp index 8931d05f..edd983f1 100644 --- a/client/x11/x_icon.cpp +++ b/client/x11/x_icon.cpp @@ -173,4 +173,3 @@ Icon* Platform::load_icon(int id) XIcon *xicon = new XIcon(id, icon); return xicon->ref(); } - diff --git a/client/x11/x_icon.h b/client/x11/x_icon.h index fc2bdbd2..b8b5e96d 100644 --- a/client/x11/x_icon.h +++ b/client/x11/x_icon.h @@ -50,4 +50,3 @@ private: }; #endif - diff --git a/client/x11/x_platform.h b/client/x11/x_platform.h index 24f73ac4..39a2d1c3 100644 --- a/client/x11/x_platform.h +++ b/client/x11/x_platform.h @@ -54,4 +54,3 @@ public: }; #endif - -- cgit