[HepData-svn] r1364 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 22 18:30:22 BST 2010


Author: buckley
Date: Tue Jun 22 18:30:24 2010
New Revision: 1364

Log:
Typo fix

Modified:
   trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java

Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java
==============================================================================
--- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java	Tue Jun 22 18:29:34 2010	(r1363)
+++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java	Tue Jun 22 18:30:24 2010	(r1364)
@@ -47,7 +47,7 @@
     public static String _header() {
         String s = "#include \"TGraphAsymmErrors.h\"\n\n";
         s += "{\n\n";
-        s += "  gROOT->SetStyle(\"Plain\");\n\n");
+        s += "  gROOT->SetStyle(\"Plain\");\n\n";
         return s;
     }
 


More information about the HepData-svn mailing list