From: Niklas Laxström Date: Sat, 11 Sep 2010 09:20:53 +0000 (+0000) Subject: Fix whitespace X-Git-Tag: 1.31.0-rc.0~35012 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=008cef294e05d6984a4ea7c0ed6f85b121ebb346;p=lhc%2Fweb%2Fwiklou.git Fix whitespace --- 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 /**#@-*/