fixed indentation

svn path=/trunk/KDE/kdebase/workspace/; revision=1116925
This commit is contained in:
Hugo Pereira Da Costa 2010-04-20 15:32:59 +00:00
parent 0bbc8ef237
commit c74bc229ee

View file

@ -96,15 +96,15 @@ namespace Oxygen
//! cache mode
enum ShadowCacheMode
{
// no shadow cache
CacheDisabled,
// no shadow cache
CacheDisabled,
// shadow cache depends
// on animation duration
CacheVariable,
// shadow cache depends
// on animation duration
CacheVariable,
// shadow cache has maximum size
CacheMaximum
// shadow cache has maximum size
CacheMaximum
};
//! default constructor