From: Philipp Klaus Date: Tue, 2 Sep 2014 14:12:12 +0000 (+0200) Subject: cleaning whitespace in empty lines X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d57f2aac893ceb387da2b64355330341064fbfd7;p=mvd_soft.git cleaning whitespace in empty lines --- diff --git a/s-curves/scurve.sh b/s-curves/scurve.sh index 0607c72..b4b1d59 100755 --- a/s-curves/scurve.sh +++ b/s-curves/scurve.sh @@ -93,7 +93,7 @@ do ./startup.pl /local.1/htdocs/mvdconfig/setup/scurve2_setup_ELab2.xml # program the JTAG parameters to the sensor and start once fi sleep 0.3 # wait until the run is finished (throw away data, because dirty) - + for j in `seq 1 1 $numruns` # for all runs, to gather statistics do echo "run $j" @@ -110,7 +110,7 @@ do trbcmd w $trbaddr 0xb00b 0x1 # start the next run in the s-curve mode sleep 0.3 # wait until run is finished done - + done echo Bank B @@ -137,7 +137,7 @@ do ./startup.pl /local.1/htdocs/mvdconfig/setup/scurve2_setup_ELab2.xml # program the JTAG parameters to the sensor and start once fi sleep 0.3 # wait until the run is finished (throw away data, because dirty) - + for j in `seq 1 1 $numruns` # for all runs, to gather statistics do echo "run $j" @@ -154,7 +154,7 @@ do trbcmd w $trbaddr 0xb00b 0x1 # start the next run in the s-curve mode sleep 0.3 # wait until run is finished done - + done echo Bank C @@ -181,7 +181,7 @@ do ./startup.pl /local.1/htdocs/mvdconfig/setup/scurve2_setup_ELab2.xml # program the JTAG parameters to the sensor and start once fi sleep 0.3 # wait until the run is finished (throw away data, because dirty) - + for j in `seq 1 1 $numruns` # for all runs, to gather statistics do echo "run $j" @@ -198,7 +198,7 @@ do trbcmd w $trbaddr 0xb00b 0x1 # start the next run in the s-curve mode sleep 0.3 # wait until run is finished done - + done echo Bank D @@ -225,7 +225,7 @@ do ./startup.pl /local.1/htdocs/mvdconfig/setup/scurve2_setup_ELab2.xml # program the JTAG parameters to the sensor and start once fi sleep 0.3 # wait until the run is finished (throw away data, because dirty) - + for j in `seq 1 1 $numruns` # for all runs, to gather statistics do echo "run $j" @@ -242,5 +242,5 @@ do trbcmd w $trbaddr 0xb00b 0x1 # start the next run in the s-curve mode sleep 0.3 # wait until run is finished done - + done