Fixed some spacing in maintenance folder
[lhc/web/wiklou.git] / maintenance / dumpLinks.php
index 7dfbec1..7760beb 100644 (file)
@@ -69,8 +69,9 @@ class DumpLinks extends Maintenance {
                        $link = Title::makeTitle( $row->pl_namespace, $row->pl_title );
                        $this->output( " " . $link->getPrefixedURL() );
                }
-               if ( isset( $lastPage ) )
+               if ( isset( $lastPage ) ) {
                        $this->output( "\n" );
+               }
        }
 }