Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit a4db00b

Browse files
authored
Merge pull request #203 from sergiocampama/dev
Remove trailing whitespaces
2 parents 2fa0ce1 + 5c4ae69 commit a4db00b

File tree

164 files changed

+1493
-1493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+1493
-1493
lines changed

Examples/ContactsSample/ContactsSampleAppController.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
@implementation ContactsSampleAppController
2424

2525
- (void)applicationWillFinishLaunching:(NSNotification *)notifcation {
26-
26+
2727
ContactsSampleWindowController* windowController = [ContactsSampleWindowController sharedContactsSampleWindowController];
2828
[windowController showWindow:self];
29-
29+
3030
}
3131

3232
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {

Examples/ContactsSample/ContactsSampleWindowController.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,42 +26,42 @@
2626
@interface ContactsSampleWindowController : NSWindowController {
2727
IBOutlet NSTextField *mUsernameField;
2828
IBOutlet NSSecureTextField *mPasswordField;
29-
29+
3030
IBOutlet NSButton *mShowDeletedCheckbox;
3131
IBOutlet NSButton *mMyContactsCheckbox;
3232
IBOutlet NSComboBox *mPropertyNameField;
3333
IBOutlet NSButton *mGetContactsButton;
34-
34+
3535
IBOutlet NSSegmentedControl *mFeedSegmentedControl;
3636
IBOutlet NSTableView *mFeedTable;
3737
IBOutlet NSProgressIndicator *mFeedProgressIndicator;
3838
IBOutlet NSTextView *mFeedResultTextField;
3939
IBOutlet NSButton *mFeedCancelButton;
4040
IBOutlet NSButton *mSortFeedCheckbox;
41-
41+
4242
IBOutlet NSImageView *mContactImageView;
4343
IBOutlet NSButton *mSetContactImageButton;
4444
IBOutlet NSButton *mDeleteContactImageButton;
4545
IBOutlet NSProgressIndicator *mSetContactImageProgressIndicator;
46-
46+
4747
IBOutlet NSButton *mAddContactButton;
4848
IBOutlet NSTextField *mAddTitleField;
4949
IBOutlet NSTextField *mAddEmailField;
5050
IBOutlet NSButton *mDeleteContactButton;
5151
IBOutlet NSButton *mDeleteAllButton;
52-
52+
5353
IBOutlet NSSegmentedControl *mEntrySegmentedControl;
5454

5555
IBOutlet NSTableView *mEntryTable;
5656
IBOutlet NSTextView *mEntryResultTextField;
57-
57+
5858
IBOutlet NSButton *mAddEntryButton;
5959
IBOutlet NSButton *mDeleteEntryButton;
6060
IBOutlet NSButton *mEditEntryButton;
6161
IBOutlet NSButton *mMakePrimaryEntryButton;
62-
63-
IBOutlet NSTextField *mServiceURLField;
64-
62+
63+
IBOutlet NSTextField *mServiceURLField;
64+
6565
GDataFeedContact *mContactFeed;
6666
GDataServiceTicket *mContactFetchTicket;
6767
NSError *mContactFetchError;

0 commit comments

Comments
 (0)