diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-09-30 19:02:24 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-09-30 19:02:24 (GMT) |
commit | 884db973bb7d11252581e7bc10ce172892986b67 (patch) | |
tree | 1888ba4418451c784af232d4526aab0cee3e4e74 /src/CurrentWindowCmd.cc | |
parent | 4663a9591e08b554f82366cdd8e9075b0a6fbe55 (diff) | |
download | fluxbox_pavel-884db973bb7d11252581e7bc10ce172892986b67.zip fluxbox_pavel-884db973bb7d11252581e7bc10ce172892986b67.tar.bz2 |
cosmetic fixes: removed redundant ';' + some whitespaces
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r-- | src/CurrentWindowCmd.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CurrentWindowCmd.cc b/src/CurrentWindowCmd.cc index 6cb5c08..2575a39 100644 --- a/src/CurrentWindowCmd.cc +++ b/src/CurrentWindowCmd.cc | |||
@@ -109,7 +109,7 @@ REGISTER_COMMAND_PARSER(movetabright, createCurrentWindowCmd, void); | |||
109 | REGISTER_COMMAND_PARSER(detachclient, createCurrentWindowCmd, void); | 109 | REGISTER_COMMAND_PARSER(detachclient, createCurrentWindowCmd, void); |
110 | REGISTER_COMMAND_PARSER(windowmenu, createCurrentWindowCmd, void); | 110 | REGISTER_COMMAND_PARSER(windowmenu, createCurrentWindowCmd, void); |
111 | 111 | ||
112 | }; // end anonymous namespace | 112 | } // end anonymous namespace |
113 | 113 | ||
114 | void WindowHelperCmd::execute() { | 114 | void WindowHelperCmd::execute() { |
115 | if (WindowCmd<void>::window() || FocusControl::focusedFbWindow()) | 115 | if (WindowCmd<void>::window() || FocusControl::focusedFbWindow()) |
@@ -201,7 +201,7 @@ FbTk::Command<void> *parseFocusCmd(const string &command, const string &args, | |||
201 | REGISTER_COMMAND_PARSER(activate, parseFocusCmd, void); | 201 | REGISTER_COMMAND_PARSER(activate, parseFocusCmd, void); |
202 | REGISTER_COMMAND_PARSER(focus, parseFocusCmd, void); | 202 | REGISTER_COMMAND_PARSER(focus, parseFocusCmd, void); |
203 | 203 | ||
204 | }; // end anonymous namespace | 204 | } // end anonymous namespace |
205 | 205 | ||
206 | void SetHeadCmd::real_execute() { | 206 | void SetHeadCmd::real_execute() { |
207 | int num = m_head; | 207 | int num = m_head; |