From b4c7af498b17657efd30f4466fcb27445c3665df Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Mon, 1 Jun 2009 17:38:19 -0700 Subject: [PATCH] Spacing fix. Reviewed by me. --- AppKit/CPTheme.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTheme.j b/AppKit/CPTheme.j index 13640948b..499aaa8f7 100644 --- a/AppKit/CPTheme.j +++ b/AppKit/CPTheme.j @@ -531,7 +531,7 @@ function CPThemeAttributeEncode(aCoder, aThemeAttribute) function CPThemeAttributeDecode(aCoder, anAttributeName, aDefaultValue, aTheme, aClass) { - var key = "$a" + anAttributeName; + var key = "$a" + anAttributeName; if (![aCoder containsValueForKey:key]) var attribute = [[_CPThemeAttribute alloc] initWithName:anAttributeName defaultValue:aDefaultValue];