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 //! 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