Ignore:
Timestamp:
01/21/03 22:16:04 (21 years ago)
Author:
Nicholas Riley
Message:

Formatting changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEController.m

    r66 r72  
    22//      File:           ICeCoffEEController.m
    33//
    4 //      Contains:       ICeCoffEE APE APE preference pane controller
     4//      Contains:       ICeCoffEE APE preference pane controller
    55//
    66//      Copyright:      Copyright (c) 2003, Nicholas Riley
     
    6565}
    6666
    67 // Utility getters/setters --
    68 
    69 -(void) setBundle:(NSBundle *)aBundle {
     67- (void)setBundle:(NSBundle *)aBundle;
     68{
    7069    [aBundle retain];
    7170    [_bundle release];
     
    7372}
    7473
    75 -(NSBundle *) bundle {
     74- (NSBundle *)bundle;
     75{
    7676    [_bundle autorelease];
    7777    return [_bundle retain];
Note: See TracChangeset for help on using the changeset viewer.