http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72788

Revision: 72788
Author:   nikerabbit
Date:     2010-09-11 09:20:53 +0000 (Sat, 11 Sep 2010)

Log Message:
-----------
Fix whitespace

Modified Paths:
--------------
    trunk/phase3/includes/filerepo/LocalFile.php

Modified: trunk/phase3/includes/filerepo/LocalFile.php
===================================================================
--- trunk/phase3/includes/filerepo/LocalFile.php        2010-09-11 09:20:43 UTC 
(rev 72787)
+++ trunk/phase3/includes/filerepo/LocalFile.php        2010-09-11 09:20:53 UTC 
(rev 72788)
@@ -32,9 +32,10 @@
        /*...@+
         * @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 @@
                $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
 
        /*...@-*/
 



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to