diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-29 18:36:24 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-29 18:38:04 +0200 |
commit | 2b4ecbaba0b6696d399166a1faab79cd6f6e2d43 (patch) | |
tree | d8e776af2b3ccf9594eb449d2764d6fc957e4c1b /apps/user_openid | |
parent | 652a874fa6ad82d1bc797898bce23c0ad52be14c (diff) | |
download | nextcloud-server-2b4ecbaba0b6696d399166a1faab79cd6f6e2d43.tar.gz nextcloud-server-2b4ecbaba0b6696d399166a1faab79cd6f6e2d43.zip |
Whitespace fixes
Diffstat (limited to 'apps/user_openid')
-rw-r--r-- | apps/user_openid/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/user_openid/class.openid.v3.php | 2 | ||||
-rw-r--r-- | apps/user_openid/user_openid.php | 4 |
3 files changed, 0 insertions, 8 deletions
diff --git a/apps/user_openid/appinfo/app.php b/apps/user_openid/appinfo/app.php index c683254101f..a37b3237e20 100644 --- a/apps/user_openid/appinfo/app.php +++ b/apps/user_openid/appinfo/app.php @@ -50,5 +50,3 @@ if(isset($_GET['openid_mode']) and $_GET['openid_mode'] == 'id_res'){ OCP\Util::writeLog('user_openid','USER CANCELED REQUEST',OCP\Util::DEBUG); return false; } - -?> diff --git a/apps/user_openid/class.openid.v3.php b/apps/user_openid/class.openid.v3.php index 8afb9e5b817..eeb31986659 100644 --- a/apps/user_openid/class.openid.v3.php +++ b/apps/user_openid/class.openid.v3.php @@ -324,5 +324,3 @@ class SimpleOpenID{ } } } - -?>
\ No newline at end of file diff --git a/apps/user_openid/user_openid.php b/apps/user_openid/user_openid.php index e228de95e9e..229bb10aaeb 100644 --- a/apps/user_openid/user_openid.php +++ b/apps/user_openid/user_openid.php @@ -63,7 +63,3 @@ class OC_USER_OPENID extends OC_User_Backend { } } } - - - -?> |