Miscellaneous profiling fixes
[lhc/web/wiklou.git] / includes / Linker.php
index 05a9905..d1a1ac0 100644 (file)
@@ -1923,7 +1923,7 @@ class Linker {
                        }
                        $outText .= '</ul>';
                }
-               wfProfileOut( __METHOD__  );
+               wfProfileOut( __METHOD__ );
                return $outText;
        }
 
@@ -1949,7 +1949,7 @@ class Linker {
                        }
                        $outText .= '</ul>';
                }
-               wfProfileOut( __METHOD__  );
+               wfProfileOut( __METHOD__ );
                return $outText;
        }