aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-09-30 19:02:24 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-09-30 19:02:24 (GMT)
commit884db973bb7d11252581e7bc10ce172892986b67 (patch)
tree1888ba4418451c784af232d4526aab0cee3e4e74 /src/CurrentWindowCmd.cc
parent4663a9591e08b554f82366cdd8e9075b0a6fbe55 (diff)
downloadfluxbox-884db973bb7d11252581e7bc10ce172892986b67.zip
fluxbox-884db973bb7d11252581e7bc10ce172892986b67.tar.bz2
cosmetic fixes: removed redundant ';' + some whitespaces
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r--src/CurrentWindowCmd.cc4
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);
109REGISTER_COMMAND_PARSER(detachclient, createCurrentWindowCmd, void); 109REGISTER_COMMAND_PARSER(detachclient, createCurrentWindowCmd, void);
110REGISTER_COMMAND_PARSER(windowmenu, createCurrentWindowCmd, void); 110REGISTER_COMMAND_PARSER(windowmenu, createCurrentWindowCmd, void);
111 111
112}; // end anonymous namespace 112} // end anonymous namespace
113 113
114void WindowHelperCmd::execute() { 114void 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,
201REGISTER_COMMAND_PARSER(activate, parseFocusCmd, void); 201REGISTER_COMMAND_PARSER(activate, parseFocusCmd, void);
202REGISTER_COMMAND_PARSER(focus, parseFocusCmd, void); 202REGISTER_COMMAND_PARSER(focus, parseFocusCmd, void);
203 203
204}; // end anonymous namespace 204} // end anonymous namespace
205 205
206void SetHeadCmd::real_execute() { 206void SetHeadCmd::real_execute() {
207 int num = m_head; 207 int num = m_head;