r105354 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105353‎ | r105354 | r105355 >
Date:21:18, 6 December 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
strip trailing whitespaces
Modified paths:
  • /trunk/tools/testswarm/scripts/testswarm-mw-fetcher.php (modified) (history)

Diff [purge]

Index: trunk/tools/testswarm/scripts/testswarm-mw-fetcher.php
@@ -96,7 +96,7 @@
9797 // Default log file
9898 $this->setLogPath( "{$options['root']}/logs/default.log" );
9999
100 - // Optional options
 100+ // Optional options
101101 if ( isset( $options['svnCmd'] ) ) {
102102 $this->svnCmd = $options['svnCmd'];
103103 }
@@ -232,7 +232,7 @@
233233 }
234234
235235 public function prepareRootDirs() {
236 - foreach( $this->getRootDirs() as $dir ) {
 236+ foreach( $this->getRootDirs() as $dir ) {
237237 if ( !file_exists( $dir ) ) {
238238 $this->mkdir( $dir );
239239 }
@@ -293,7 +293,7 @@
294294 /**
295295 * Create a directory including parents
296296 *
297 - * @param $path String Path to create ex: /tmp/my/foo/bar
 297+ * @param $path String Path to create ex: /tmp/my/foo/bar
298298 */
299299 public function mkdir( $path ) {
300300 $this->debug( "Attempting to create directory '$path'...", __METHOD__ );

Comments

#Comment by Hashar (talk | contribs)   21:21, 6 December 2011

pushed to gerrit as patchset2 https://gerrit.wikimedia.org/r/#change,1320

Status & tagging log