diff --git a/plottingHelper.C b/plottingHelper.C
index 5714c1e8bce1e7b864d9af02886f7a048d0b8333..e1887de0d4500faccb0f085b0e5345a89704d7f6 100644
--- a/plottingHelper.C
+++ b/plottingHelper.C
@@ -835,14 +835,10 @@ void GetLegendSizes(TLegend *leg, double &SizeX, double &SizeY, double &SizeYroo
 
 }
 
-
-
-
 /// Setup the position of legends provided in legs array
 ///
 /// Note that the legends must be drawn manually
 /// To draw legends directly, use DrawLegends
-///
 void PlaceLegends(vector<TLegend*> legs, bool keepRange)
 {
     int nScaleSteps = keepRange ? 1 : 20;