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/red_gl_canvas.cpp | |
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/red_gl_canvas.cpp')
-rw-r--r-- | client/red_gl_canvas.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/red_gl_canvas.cpp b/client/red_gl_canvas.cpp index abe08558..59c8f06b 100644 --- a/client/red_gl_canvas.cpp +++ b/client/red_gl_canvas.cpp @@ -118,4 +118,3 @@ void GCanvas::post_gl_copy() { _pixmap->past_copy(); } - |