Fixed spacing in files direct in includes folder
[lhc/web/wiklou.git] / includes / CryptRand.php
index d0305d8..bac018e 100644 (file)
@@ -106,7 +106,7 @@ class MWCryptRand {
                                        }
                                }
                                // The absolute filename itself will differ from install to install so don't leave it out
-                               if( ( $path = realpath( $file ) ) !== false ) {
+                               if ( ( $path = realpath( $file ) ) !== false ) {
                                        $state .= $path;
                                } else {
                                        $state .= $file;