Code formatting.

This commit is contained in:
Alexander Ljungberg
2012-05-24 17:10:46 +01:00
parent 66ff5dcb86
commit e25394a322
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ ACTUAL_FRAME_RATE = 0;
if ([_delegate respondsToSelector:@selector(animation:valueForProgress:)])
return [_delegate animation:self valueForProgress:t];
if (_animationCurve == CPAnimationLinear)
return t;
+2 -2
View File
@@ -25,8 +25,8 @@
@implementation CPCibHelpConnector : CPCibConnector
{
id _destination;
id _file;
id _marker;
id _file;
id _marker;
}
- (id)initWithCoder:(CPCoder)aCoder
+1 -1
View File
@@ -193,7 +193,7 @@ function CGColorSpaceRetain(aColorSpace)
}
// FIXME: We should refer to some default values.
#define STANDARDIZE(components, index, minimum, maximum, multiplier) \
#define STANDARDIZE(components, index, minimum, maximum, multiplier) \
{ \
if (index > components.length) \
{ \