Replacing remaining tabs in kwindecoration.(h|cpp) by whitespaces to match KWin's coding style.

(Also removing indentation remark for kate)
SVN_SILENT

svn path=/trunk/KDE/kdebase/workspace/; revision=1077152
This commit is contained in:
Martin Gräßlin 2010-01-19 13:56:57 +00:00
parent c9df18ab98
commit e92659acbf
2 changed files with 70 additions and 75 deletions

View file

@ -306,6 +306,3 @@ void KWinDecorationModule::slotGHNSClicked()
} // namespace KWin } // namespace KWin
#include "kwindecoration.moc" #include "kwindecoration.moc"
// vim: ts=4
// kate: space-indent off; tab-width 4;

View file

@ -97,5 +97,3 @@ class KWinDecorationModule : public KCModule, public KDecorationDefines
} //namespace } //namespace
#endif #endif
// vim: ts=4
// kate: space-indent off; tab-width 4;