From d57f2aac893ceb387da2b64355330341064fbfd7 Mon Sep 17 00:00:00 2001 From: Philipp Klaus <klaus@physik.uni-frankfurt.de> Date: Tue, 2 Sep 2014 16:12:12 +0200 Subject: [PATCH] cleaning whitespace in empty lines --- s-curves/scurve.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.43.0