bug 1391: Fix Whitespace

This commit is contained in:
Benny Baumann 2015-07-31 07:59:57 +02:00
parent 1c5bceeae7
commit e6af0ab4c9

View file

@ -225,8 +225,7 @@ class Default_Model_User {
* The amount of points that have been issued (might be less than
* $points)
*/
public function assure(Default_Model_User $assuree, $points, $location,
$date) {
public function assure(Default_Model_User $assuree, $points, $location, $date) {
// Sanitize inputs
$points = intval($points);
$location = stripslashes($location);