[rkward-cvs] SF.net SVN: rkward: [1986] trunk/rkward/rkward/plugins/plots/barplot.php

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Sep 24 12:36:57 UTC 2007


Revision: 1986
          http://rkward.svn.sourceforge.net/rkward/?rev=1986&view=rev
Author:   tfry
Date:     2007-09-24 05:36:57 -0700 (Mon, 24 Sep 2007)

Log Message:
-----------
FOR 0.4.8: Indentation

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/barplot.php

Modified: trunk/rkward/rkward/plugins/plots/barplot.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot.php	2007-09-24 12:02:19 UTC (rev 1985)
+++ trunk/rkward/rkward/plugins/plots/barplot.php	2007-09-24 12:36:57 UTC (rev 1986)
@@ -40,9 +40,9 @@
 <?	}
 
 	if ($names_mode == "rexp") {
-		echo ("\tnames(x) <- " . getRK_val ("names_exp") . "\n");
+		echo ("names(x) <- " . getRK_val ("names_exp") . "\n");
 	} else if ($names_mode == "custom") {
-		echo ("\tnames(x) <- c (\"" . str_replace (";", "\", \"", trim (getRK_val ("names_custom"))) . "\")\n");
+		echo ("names(x) <- c (\"" . str_replace (";", "\", \"", trim (getRK_val ("names_custom"))) . "\")\n");
 	}
 
 	if ($final) { ?>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list