remove windows lines ending
authorAntoine Musso <hashar@free.fr>
Sun, 27 May 2012 19:40:19 +0000 (21:40 +0200)
committerAntoine Musso <hashar@free.fr>
Sun, 27 May 2012 19:40:19 +0000 (21:40 +0200)
Introduced by commit 6c2cf98
https://gerrit.wikimedia.org/r/8919

Change-Id: Idfe6dd1f6d2b7fabfdbccd9acf6f0dcbbb5833be

includes/Block.php

index 51d22ee..301a45a 100644 (file)
@@ -137,13 +137,13 @@ class Block {
                }
        }
 
-       /**\r
-        * Return the list of ipblocks fields that should be selected to create\r
-        * a new block.\r
-        * @return array\r
-        */\r
-       public static function selectFields() {\r
-               return array(\r
+       /**
+        * Return the list of ipblocks fields that should be selected to create
+        * a new block.
+        * @return array
+        */
+       public static function selectFields() {
+               return array(
                        'ipb_id',
                        'ipb_address',
                        'ipb_by',
@@ -158,8 +158,8 @@ class Block {
                        'ipb_deleted',
                        'ipb_block_email',
                        'ipb_allow_usertalk',
-                       'ipb_parent_block_id',\r
-               );\r
+                       'ipb_parent_block_id',
+               );
        }
 
        /**