r72788 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72787‎ | r72788 | r72789 >
Date:09:20, 11 September 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix whitespace
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -32,9 +32,10 @@
3333 /**#@+
3434 * @private
3535 */
36 - var $fileExists, # does the file file exist on disk? (loadFromXxx)
37 - $historyLine, # Number of line to return by nextHistoryLine() (constructor)
38 - $historyRes, # result of the query for the file's history (nextHistoryLine)
 36+ var
 37+ $fileExists, # does the file file exist on disk? (loadFromXxx)
 38+ $historyLine, # Number of line to return by nextHistoryLine() (constructor)
 39+ $historyRes, # result of the query for the file's history (nextHistoryLine)
3940 $width, # \
4041 $height, # |
4142 $bits, # --- returned by getimagesize (loadFromXxx)
@@ -53,7 +54,7 @@
5455 $upgraded, # Whether the row was upgraded on load
5556 $locked, # True if the image row is locked
5657 $missing, # True if file is not present in file system. Not to be cached in memcached
57 - $deleted; # Bitfield akin to rev_deleted
 58+ $deleted; # Bitfield akin to rev_deleted
5859
5960 /**#@-*/
6061

Status & tagging log