Skip to content

Commit

Permalink
Fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed May 2, 2015
1 parent 7910aac commit 8f8e9ac
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 17 deletions.
1 change: 0 additions & 1 deletion Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import UIKit

@UIApplicationMain
Expand Down
1 change: 0 additions & 1 deletion Example/DetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import UIKit
import Alamofire

Expand Down
1 change: 0 additions & 1 deletion Example/HTTPBin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire

Expand Down
1 change: 0 additions & 1 deletion Example/MasterViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import UIKit
import Alamofire

Expand Down
1 change: 0 additions & 1 deletion Source/Alamofire.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


#import <Foundation/Foundation.h>

FOUNDATION_EXPORT double AlamofireVersionNumber;
Expand Down
7 changes: 3 additions & 4 deletions Source/Alamofire.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation

/// Alamofire errors
Expand Down Expand Up @@ -164,11 +163,11 @@ public enum ParameterEncoding {
Types adopting the `URLStringConvertible` protocol can be used to construct URL strings, which are then used to construct URL requests.
*/
public protocol URLStringConvertible {
/**
/**
A URL that conforms to RFC 2396.

Methods accepting a `URLStringConvertible` type parameter parse it according to RFCs 1738 and 1808.

See http://tools.ietf.org/html/rfc2396
See http://tools.ietf.org/html/rfc1738
See http://tools.ietf.org/html/rfc1808
Expand Down
1 change: 0 additions & 1 deletion Tests/AuthenticationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/DownloadTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/ManagerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/ParameterEncodingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/ResponseTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/TLSEvaluationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/UploadTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down
1 change: 0 additions & 1 deletion Tests/ValidationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.


import Foundation
import Alamofire
import XCTest
Expand Down

0 comments on commit 8f8e9ac

Please sign in to comment.