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/appinfo/app.php | |
parent | 652a874fa6ad82d1bc797898bce23c0ad52be14c (diff) | |
download | nextcloud-server-2b4ecbaba0b6696d399166a1faab79cd6f6e2d43.tar.gz nextcloud-server-2b4ecbaba0b6696d399166a1faab79cd6f6e2d43.zip |
Whitespace fixes
Diffstat (limited to 'apps/user_openid/appinfo/app.php')
-rw-r--r-- | apps/user_openid/appinfo/app.php | 2 |
1 files changed, 0 insertions, 2 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; } - -?> |