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/Remember.cc | |
parent | 4663a9591e08b554f82366cdd8e9075b0a6fbe55 (diff) | |
download | fluxbox-884db973bb7d11252581e7bc10ce172892986b67.zip fluxbox-884db973bb7d11252581e7bc10ce172892986b67.tar.bz2 |
cosmetic fixes: removed redundant ';' + some whitespaces
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 6a611bf..2eb39d4 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -337,7 +337,7 @@ FbTk::Menu *createRememberMenu(BScreen &screen) { | |||
337 | 337 | ||
338 | menu->updateMenu(); | 338 | menu->updateMenu(); |
339 | return menu; | 339 | return menu; |
340 | }; | 340 | } |
341 | 341 | ||
342 | // offset is the offset in the string that we start looking from | 342 | // offset is the offset in the string that we start looking from |
343 | // return true if all ok, false on error | 343 | // return true if all ok, false on error |
@@ -395,7 +395,7 @@ bool handleStartupItem(const string &line, int offset) { | |||
395 | tmp_exec_cmd->execute(); | 395 | tmp_exec_cmd->execute(); |
396 | delete tmp_exec_cmd; | 396 | delete tmp_exec_cmd; |
397 | return true; | 397 | return true; |
398 | }; | 398 | } |
399 | 399 | ||
400 | 400 | ||
401 | 401 | ||
@@ -609,7 +609,7 @@ Application* findMatchingPatterns(ClientPattern *pat, Remember::Patterns *patlis | |||
609 | return 0; | 609 | return 0; |
610 | } | 610 | } |
611 | 611 | ||
612 | }; // end anonymous namespace | 612 | } // end anonymous namespace |
613 | 613 | ||
614 | /*------------------------------------------------------------------*\ | 614 | /*------------------------------------------------------------------*\ |
615 | \*------------------------------------------------------------------*/ | 615 | \*------------------------------------------------------------------*/ |