From 008cef294e05d6984a4ea7c0ed6f85b121ebb346 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 11 Sep 2010 09:20:53 +0000 Subject: [PATCH] Fix whitespace --- includes/filerepo/LocalFile.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/includes/filerepo/LocalFile.php b/includes/filerepo/LocalFile.php index 24beb30f34..3ce2415867 100644 --- a/includes/filerepo/LocalFile.php +++ b/includes/filerepo/LocalFile.php @@ -32,9 +32,10 @@ class LocalFile extends File { /**#@+ * @private */ - var $fileExists, # does the file file exist on disk? (loadFromXxx) - $historyLine, # Number of line to return by nextHistoryLine() (constructor) - $historyRes, # result of the query for the file's history (nextHistoryLine) + var + $fileExists, # does the file file exist on disk? (loadFromXxx) + $historyLine, # Number of line to return by nextHistoryLine() (constructor) + $historyRes, # result of the query for the file's history (nextHistoryLine) $width, # \ $height, # | $bits, # --- returned by getimagesize (loadFromXxx) @@ -53,7 +54,7 @@ class LocalFile extends File { $upgraded, # Whether the row was upgraded on load $locked, # True if the image row is locked $missing, # True if file is not present in file system. Not to be cached in memcached - $deleted; # Bitfield akin to rev_deleted + $deleted; # Bitfield akin to rev_deleted /**#@-*/ -- 2.20.1