Browse Source

Whitespace fixes

remotes/origin/stable45
Bart Visscher 14 years ago
parent
commit
2b4ecbaba0
  1. 2
      apps/user_openid/appinfo/app.php
  2. 2
      apps/user_openid/class.openid.v3.php
  3. 4
      apps/user_openid/user_openid.php

2
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;
}
?>

2
apps/user_openid/class.openid.v3.php

@ -324,5 +324,3 @@ class SimpleOpenID{
}
}
}
?>

4
apps/user_openid/user_openid.php

@ -63,7 +63,3 @@ class OC_USER_OPENID extends OC_User_Backend {
}
}
}
?>
Loading…
Cancel
Save