diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-01-10 15:03:38 +0000 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-01-13 18:11:59 +0200 |
commit | 02d56750bda532e9a0b4e4d9efcde82ae44fdc38 (patch) | |
tree | b230d0fae6de66fd79a92212144bc00a6c9b3f54 /client/gui | |
parent | 8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (diff) | |
download | spice-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 'client/gui')
-rw-r--r-- | client/gui/Makefile.am | 1 | ||||
-rw-r--r-- | client/gui/gui.cpp | 1 | ||||
-rw-r--r-- | client/gui/gui.h | 1 | ||||
-rw-r--r-- | client/gui/resource_provider.cpp | 1 | ||||
-rw-r--r-- | client/gui/resource_provider.h | 1 | ||||
-rw-r--r-- | client/gui/softrenderer.cpp | 1 | ||||
-rw-r--r-- | client/gui/softrenderer.h | 1 | ||||
-rw-r--r-- | client/gui/softtexture.cpp | 1 | ||||
-rw-r--r-- | client/gui/softtexture.h | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/client/gui/Makefile.am b/client/gui/Makefile.am index e1204c92..81e4f88e 100644 --- a/client/gui/Makefile.am +++ b/client/gui/Makefile.am @@ -18,4 +18,3 @@ EXTRA_DIST = \ taharez_look.scheme.c \ taharez_look.tga.c \ $(NULL) - diff --git a/client/gui/gui.cpp b/client/gui/gui.cpp index abfe1110..6dd4ceab 100644 --- a/client/gui/gui.cpp +++ b/client/gui/gui.cpp @@ -1412,4 +1412,3 @@ bool GUI::message_box(MessageType type, const char *text, const ButtonsList& but } return _dialog->message_box(type, text, buttons, _response_handler); } - diff --git a/client/gui/gui.h b/client/gui/gui.h index 457c3512..b93b42a2 100644 --- a/client/gui/gui.h +++ b/client/gui/gui.h @@ -141,4 +141,3 @@ private: }; #endif - diff --git a/client/gui/resource_provider.cpp b/client/gui/resource_provider.cpp index b80ce092..3c0b897a 100644 --- a/client/gui/resource_provider.cpp +++ b/client/gui/resource_provider.cpp @@ -146,4 +146,3 @@ const char* res_get_string(int id) return NULL; } - diff --git a/client/gui/resource_provider.h b/client/gui/resource_provider.h index 6f59cb8a..c0d319b5 100644 --- a/client/gui/resource_provider.h +++ b/client/gui/resource_provider.h @@ -57,4 +57,3 @@ enum { const char* res_get_string(int id); #endif - diff --git a/client/gui/softrenderer.cpp b/client/gui/softrenderer.cpp index 92a1c838..9f19e7b0 100644 --- a/client/gui/softrenderer.cpp +++ b/client/gui/softrenderer.cpp @@ -388,4 +388,3 @@ uint SoftRenderer::getVertScreenDPI() const } } - diff --git a/client/gui/softrenderer.h b/client/gui/softrenderer.h index f25f79e2..b97f9d59 100644 --- a/client/gui/softrenderer.h +++ b/client/gui/softrenderer.h @@ -146,4 +146,3 @@ namespace CEGUI } #endif - diff --git a/client/gui/softtexture.cpp b/client/gui/softtexture.cpp index b41dd65b..d9ce9a07 100644 --- a/client/gui/softtexture.cpp +++ b/client/gui/softtexture.cpp @@ -137,4 +137,3 @@ void SoftTexture::loadFromMemory(const void* buffPtr, uint buffWidth, } - diff --git a/client/gui/softtexture.h b/client/gui/softtexture.h index 65a4ece5..668ca4f1 100644 --- a/client/gui/softtexture.h +++ b/client/gui/softtexture.h @@ -56,4 +56,3 @@ namespace CEGUI } #endif - |