summaryrefslogtreecommitdiffstats
path: root/client/hot_keys.cpp
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:03:38 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit02d56750bda532e9a0b4e4d9efcde82ae44fdc38 (patch)
treeb230d0fae6de66fd79a92212144bc00a6c9b3f54 /client/hot_keys.cpp
parent8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (diff)
downloadspice-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/hot_keys.cpp')
-rw-r--r--client/hot_keys.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/hot_keys.cpp b/client/hot_keys.cpp
index 65b1bc34..f98a4bb9 100644
--- a/client/hot_keys.cpp
+++ b/client/hot_keys.cpp
@@ -147,4 +147,3 @@ void HotKeysParser::add_hotkey(const std::string& hotkey, const CommandsMap& com
std::string keys = hotkey.substr(key_start + 1);
parse_keys(command_id, keys);
}
-