Siebrand has submitted this change and it was merged.

Change subject: Fix indentation
......................................................................


Fix indentation

Change-Id: I5d9b411ca01b8290195bfcc92cfda2191414b1d5
---
M Parser_function.php
M Parser_hook.php
M SpecialIncludable.php
3 files changed, 4 insertions(+), 5 deletions(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved
  Nemo bis: Looks good to me, but someone else must approve



diff --git a/Parser_function.php b/Parser_function.php
index 40d5da6..d612d8c 100644
--- a/Parser_function.php
+++ b/Parser_function.php
@@ -22,7 +22,7 @@
 
 function wfExampleParserFunction_Setup( $parser ) {
        # Set a function hook associating the "example" magic word
-        # with our function.
+       # with our function.
        $parser->setFunctionHook( 'example', 'wfExampleParserFunction_Render' );
        return true;
 }
diff --git a/Parser_hook.php b/Parser_hook.php
index faf768b..ce51139 100644
--- a/Parser_hook.php
+++ b/Parser_hook.php
@@ -56,4 +56,3 @@
                return '<pre>' . $dataEscaped . "\n" . $paramsEscaped . 
'</pre>';
        }
 }
-
diff --git a/SpecialIncludable.php b/SpecialIncludable.php
index 9bb5edb..beb5fa1 100644
--- a/SpecialIncludable.php
+++ b/SpecialIncludable.php
@@ -27,8 +27,8 @@
 
 class SpecialIncludable extends IncludableSpecialPage {
        /**
-               * Constructor
-               */
+        * Constructor
+        */
        function __construct() {
                parent::__construct( 'Includable' );
        }
@@ -48,4 +48,4 @@
 
                $wgOut->addWikiText( $out );
        }
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/54342
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5d9b411ca01b8290195bfcc92cfda2191414b1d5
Gerrit-PatchSet: 2
Gerrit-Project: test/mediawiki/extensions/examples
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Sumanah <[email protected]>

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

Reply via email to