From c3cc300a952a793b9655226db1aad050daaa3803 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 26 Apr 2020 16:48:01 +0200 Subject: Some simple code formatting - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags --- ratatoeskr/sys/pwhash.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'ratatoeskr/sys/pwhash.php') diff --git a/ratatoeskr/sys/pwhash.php b/ratatoeskr/sys/pwhash.php index 5f31dbb..78c3d33 100644 --- a/ratatoeskr/sys/pwhash.php +++ b/ratatoeskr/sys/pwhash.php @@ -70,5 +70,3 @@ class PasswordHash return self::hash($password, pack("H*", $hexsalt), $iterations) == $pwhash; } } - -?> -- cgit v1.2.3-54-g00ecf