From: Sam Reed Date: Fri, 16 Sep 2011 11:35:56 +0000 (+0000) Subject: Fix indenting of a couple of braces X-Git-Tag: 1.31.0-rc.0~27618 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=20e414d31122f35fa90ee863a20453ae68fe2d84;p=lhc%2Fweb%2Fwiklou.git Fix indenting of a couple of braces --- diff --git a/includes/WikiPage.php b/includes/WikiPage.php index 3c9af1c396..1029d31546 100644 --- a/includes/WikiPage.php +++ b/includes/WikiPage.php @@ -1720,7 +1720,7 @@ class WikiPage extends Page { array( 'gtl_from_wiki' => wfGetID(), 'gtl_from_page' => $id ) ); - } + } } # If using cleanup triggers, we can skip some manual deletes diff --git a/maintenance/deleteBatch.php b/maintenance/deleteBatch.php index fdc4cfb31a..52542ce3ed 100644 --- a/maintenance/deleteBatch.php +++ b/maintenance/deleteBatch.php @@ -104,7 +104,7 @@ class DeleteBatch extends Maintenance { sleep( $interval ); } wfWaitForSlaves(); -} + } } }