STYLE: fix coding style issue

This commit is contained in:
Antoine Mercadal
2014-04-03 11:34:33 -07:00
parent a7b2df2450
commit 4602549ec8
+1 -1
View File
@@ -476,7 +476,7 @@ CPSegmentSwitchTrackingMomentary = 2;
*/
- (void)drawSegmentBezel:(int)aSegment highlight:(BOOL)shouldHighlight
{
if(aSegment<_themeStates.length)
if(aSegment < _themeStates.length)
{
if (shouldHighlight)
_themeStates[aSegment] = _themeStates[aSegment].and(CPThemeStateHighlighted);