From 7021df418c0f9f27d93938f5932947e588bcc50f Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 8 Feb 2010 20:05:06 +0000 Subject: [PATCH] Whitespace --- includes/Linker.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/Linker.php b/includes/Linker.php index abcf8c32d1..1d9f9fdbfa 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1007,11 +1007,11 @@ class Linker { $title = $this->autocommentTitle; $local = $this->autocommentLocal; - $pre=$match[1]; - $auto=$match[2]; - $post=$match[3]; - $link=''; - if( $title ) { + $pre = $match[1]; + $auto = $match[2]; + $post = $match[3]; + $link = ''; + if ( $title ) { $section = $auto; # Generate a valid anchor name from the section title. -- 2.20.1