diff --git a/clients/oxygen/oxygenconfiguration.h b/clients/oxygen/oxygenconfiguration.h index e89d5b1629..c88e00d34d 100644 --- a/clients/oxygen/oxygenconfiguration.h +++ b/clients/oxygen/oxygenconfiguration.h @@ -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