From 52dc3a4b55436e6acf8b335ae11dba32a6c961be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 11 Sep 2010 20:27:40 +0000 Subject: [PATCH] Whitespace fixes --- includes/GlobalFunctions.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index fa982e0971..7a861f303e 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3331,9 +3331,8 @@ function wfCountDown( $n ) { * characters before hashing. */ function wfGenerateToken( $salt = '' ) { - $salt = serialize( $salt ); - - return md5( mt_rand( 0, 0x7fffffff ) . $salt ); + $salt = serialize( $salt ); + return md5( mt_rand( 0, 0x7fffffff ) . $salt ); } /** -- 2.20.1