aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-07-20 21:33:13 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-07-20 21:33:13 +0000
commit886f81109836f166bf83b9130cd82b62ac512184 (patch)
tree8fb1e6e5e2fe43c6bbcfd0db26fda74c1b1d7db9 /AppKit
parent717c907e32128c8d1b2a02105f86ffbf480a08e2 (diff)
[Author: dmaclach]
Fix up missing space. R=thomasvl DELTA=1 (0 added, 0 deleted, 1 changed)
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMKeyValueAnimationTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMKeyValueAnimationTest.m b/AppKit/GTMKeyValueAnimationTest.m
index ad4e1de..6b878df 100644
--- a/AppKit/GTMKeyValueAnimationTest.m
+++ b/AppKit/GTMKeyValueAnimationTest.m
@@ -20,7 +20,7 @@
#import "GTMKeyValueAnimation.h"
#import "GTMFoundationUnitTestingUtilities.h"
-@interface GTMKeyValueAnimationTest : GTMTestCase<NSAnimationDelegate> {
+@interface GTMKeyValueAnimationTest : GTMTestCase <NSAnimationDelegate> {
@private
GTMUnitTestingBooleanRunLoopContext *context_;
BOOL shouldStartHit_;