fixed indentation
svn path=/trunk/KDE/kdebase/workspace/; revision=1116925
This commit is contained in:
parent
0bbc8ef237
commit
c74bc229ee
1 changed files with 7 additions and 7 deletions
|
@ -96,15 +96,15 @@ namespace Oxygen
|
||||||
//! cache mode
|
//! cache mode
|
||||||
enum ShadowCacheMode
|
enum ShadowCacheMode
|
||||||
{
|
{
|
||||||
// no shadow cache
|
// no shadow cache
|
||||||
CacheDisabled,
|
CacheDisabled,
|
||||||
|
|
||||||
// shadow cache depends
|
// shadow cache depends
|
||||||
// on animation duration
|
// on animation duration
|
||||||
CacheVariable,
|
CacheVariable,
|
||||||
|
|
||||||
// shadow cache has maximum size
|
// shadow cache has maximum size
|
||||||
CacheMaximum
|
CacheMaximum
|
||||||
};
|
};
|
||||||
|
|
||||||
//! default constructor
|
//! default constructor
|
||||||
|
|
Loading…
Reference in a new issue