X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fsupport_statistics.java;h=938f5e0a17db837ffe791676015f478c98a0f3d3;hb=b5fe992f707cdad84255eb85040effbee97d61b3;hp=ae8083a00e2b6abc8f822278c56d1fb19c874a47;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git diff --git a/forester/java/src/org/forester/application/support_statistics.java b/forester/java/src/org/forester/application/support_statistics.java index ae8083a..938f5e0 100644 --- a/forester/java/src/org/forester/application/support_statistics.java +++ b/forester/java/src/org/forester/application/support_statistics.java @@ -118,7 +118,7 @@ public final class support_statistics { if ( dss_comp != null ) { sb.append( ForesterUtil.getLineSeparator() ); sb.append( "\t" + ForesterUtil.normalizeString( "values for support means:", max_length, true, ' ' ) - + "\t\t" ); + + "\t\t" ); sb.append( ForesterUtil.round( dss_comp.arithmeticMean(), support_statistics.PLACES ) + "\t" ); sb.append( ForesterUtil.round( dss_comp.sampleStandardDeviation(), support_statistics.PLACES ) + "\t" ); sb.append( ForesterUtil.round( dss_comp.getMin(), support_statistics.PLACES ) + "\t" );