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:
parent
c9df18ab98
commit
e92659acbf
2 changed files with 70 additions and 75 deletions
|
@ -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;
|
|
||||||
|
|
||||||
|
|
|
@ -97,5 +97,3 @@ class KWinDecorationModule : public KCModule, public KDecorationDefines
|
||||||
} //namespace
|
} //namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// vim: ts=4
|
|
||||||
// kate: space-indent off; tab-width 4;
|
|
||||||
|
|
Loading…
Reference in a new issue