whitespace

This commit is contained in:
thefosk
2012-10-10 16:45:55 -07:00
parent 33ba91700b
commit 24d86fbedf
23 changed files with 24 additions and 37 deletions

2
main/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
LICENSE
README.md

View File

@@ -19,6 +19,3 @@ class BasicAuthentication extends HeaderAuthentication {
} }
} }
?> ?>

View File

@@ -18,5 +18,3 @@ class CustomHeaderAuthentication extends HeaderAuthentication {
} }
} }
?> ?>

View File

@@ -15,4 +15,3 @@ class MashapeAuthentication extends HeaderAuthentication {
} }
} }
?> ?>

View File

@@ -22,6 +22,3 @@ class OAuth10aAuthentication extends OAuthAuthentication {
} }
} }
?> ?>

View File

@@ -18,7 +18,3 @@ class OAuth2Authentication extends OAuthAuthentication {
} }
} }
?> ?>

View File

@@ -38,5 +38,3 @@ class OAuthAuthentication implements Authentication {
} }
} }
?> ?>

View File

@@ -18,4 +18,3 @@ class QueryAuthentication implements Authentication {
} }
} }
?> ?>

View File

@@ -89,3 +89,4 @@ class HttpUtils {
} }
} }
?>