aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_;