summaryrefslogtreecommitdiffstats
path: root/apps/user_openid/appinfo/app.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-29 18:36:24 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-29 18:38:04 +0200
commit2b4ecbaba0b6696d399166a1faab79cd6f6e2d43 (patch)
treed8e776af2b3ccf9594eb449d2764d6fc957e4c1b /apps/user_openid/appinfo/app.php
parent652a874fa6ad82d1bc797898bce23c0ad52be14c (diff)
downloadnextcloud-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.php2
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;
}
-
-?>