From c74bc229ee456ba3e9f3cfeb404aae42726c53c0 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Tue, 20 Apr 2010 15:32:59 +0000 Subject: [PATCH] fixed indentation svn path=/trunk/KDE/kdebase/workspace/; revision=1116925 --- clients/oxygen/oxygenconfiguration.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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