Changeset 4319

Show
Ignore:
Timestamp:
03/12/10 01:32:51 (6 months ago)
Author:
matwad
Message:

Xcode reindent

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/showtime/src/ui/appleremote/ShowtimeMainController.m

    r3397 r4319  
    6161   
    6262  RemoteControlContainer* container = 
    63     [[RemoteControlContainer alloc] initWithDelegate: remoteControlBehavior]; 
     63  [[RemoteControlContainer alloc] initWithDelegate: remoteControlBehavior]; 
    6464  [container instantiateAndAddRemoteControlDeviceWithClass: 
    6565   [AppleRemote class]]; 
     
    151151      break; 
    152152  } 
    153  
     153   
    154154  NSLog(@"Button %@ pressed %@ %d clicks", buttonName, pressed, clickCount);   
    155155} 
     
    176176   
    177177  [[ShowtimeMainController alloc] initWithUi:ui primary:primary]; 
    178      
     178   
    179179  [pool release]; 
    180180