minor indent fix
This commit is contained in:
parent
77031bc8c1
commit
33ba1f5109
1 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: FbCommandFactory.cc,v 1.3 2003/06/30 21:50:37 fluxgen Exp $
|
||||
// $Id: FbCommandFactory.cc,v 1.4 2003/06/30 21:51:47 fluxgen Exp $
|
||||
|
||||
#include "FbCommandFactory.hh"
|
||||
|
||||
|
@ -38,9 +38,9 @@ FbCommandFactory FbCommandFactory::s_autoreg;
|
|||
FbCommandFactory::FbCommandFactory() {
|
||||
// setup commands that we can handle
|
||||
const char commands[][25] = {
|
||||
"setstyle",
|
||||
"saverc",
|
||||
"reconfigure"
|
||||
"setstyle",
|
||||
"saverc",
|
||||
"reconfigure"
|
||||
"execcommand",
|
||||
"exec",
|
||||
"execute",
|
||||
|
@ -63,14 +63,14 @@ FbCommandFactory::FbCommandFactory() {
|
|||
"shade",
|
||||
"stick",
|
||||
"toggledecor",
|
||||
"sendtoworkspace",
|
||||
"sendtoworkspace",
|
||||
"killwindow",
|
||||
"nexttab",
|
||||
"prevtab",
|
||||
"detachclient",
|
||||
"nextworkspace",
|
||||
"prevworkspace",
|
||||
"workspace",
|
||||
"workspace",
|
||||
"nextwindow",
|
||||
"prevwindow",
|
||||
"showdesktop",
|
||||
|
|
Loading…
Reference in a new issue