Skip to content

Commit c974425

Browse files
committed
Re-indent all files to hard tabs, + remove Gestalt version checker
1 parent c865d9d commit c974425

30 files changed

+2469
-2588
lines changed

AppController.h

+19-19
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
// SelfControl
44
//
55
// Created by Charlie Stigler on 1/29/09.
6-
// Copyright 2009 Eyebeam.
6+
// Copyright 2009 Eyebeam.
77

88
// This file is part of SelfControl.
9-
//
9+
//
1010
// SelfControl is free software: you can redistribute it and/or modify
1111
// it under the terms of the GNU General Public License as published by
1212
// the Free Software Foundation, either version 3 of the License, or
1313
// (at your option) any later version.
1414

1515
// This program is distributed in the hope that it will be useful,
16-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1717
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1818
// GNU General Public License for more details.
1919

@@ -34,18 +34,18 @@
3434
// The main controller for the SelfControl app, which includes several methods
3535
// to handle command flow and acts as delegate for the initial window.
3636
@interface AppController : NSObject {
37-
IBOutlet id blockDurationSlider_;
38-
IBOutlet id blockSliderTimeDisplayLabel_;
39-
IBOutlet id submitButton_;
40-
IBOutlet id initialWindow_;
41-
IBOutlet id domainListMenuItem_;
42-
IBOutlet id editBlacklistButton_;
43-
IBOutlet DomainListWindowController* domainListWindowController_;
44-
IBOutlet TimerWindowController* timerWindowController_;
45-
NSUserDefaults* defaults_;
46-
NSLock* refreshUILock_;
47-
BOOL blockIsOn;
48-
BOOL addingBlock;
37+
IBOutlet id blockDurationSlider_;
38+
IBOutlet id blockSliderTimeDisplayLabel_;
39+
IBOutlet id submitButton_;
40+
IBOutlet id initialWindow_;
41+
IBOutlet id domainListMenuItem_;
42+
IBOutlet id editBlacklistButton_;
43+
IBOutlet DomainListWindowController* domainListWindowController_;
44+
IBOutlet TimerWindowController* timerWindowController_;
45+
NSUserDefaults* defaults_;
46+
NSLock* refreshUILock_;
47+
BOOL blockIsOn;
48+
BOOL addingBlock;
4949
}
5050

5151
@property (assign) BOOL addingBlock;
@@ -63,10 +63,10 @@
6363
- (IBAction)updateTimeSliderDisplay:(id)sender;
6464

6565
/* // Gets authorization for and then immediately removes the block by calling
66-
// SelfControl's helper tool with the appropriate arguments. This can be used
67-
// for testing, but should not be called at all during normal execution of the
68-
// program.
69-
- (void)removeBlock; */
66+
// SelfControl's helper tool with the appropriate arguments. This can be used
67+
// for testing, but should not be called at all during normal execution of the
68+
// program.
69+
- (void)removeBlock; */
7070

7171
// Called when the main Start button is clicked. Launchs installBlock in another
7272
// thread after some checking and syncing.

0 commit comments

Comments
 (0)