summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/logicpuzzle/createlpsudoku
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/logicpuzzle/createlpsudoku')
-rwxr-xr-xMaster/texmf-dist/scripts/logicpuzzle/createlpsudoku6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/logicpuzzle/createlpsudoku b/Master/texmf-dist/scripts/logicpuzzle/createlpsudoku
index 7738198e33a..92b1bdc0519 100755
--- a/Master/texmf-dist/scripts/logicpuzzle/createlpsudoku
+++ b/Master/texmf-dist/scripts/logicpuzzle/createlpsudoku
@@ -55,10 +55,10 @@ then
do
ROWARG=`echo $SDLINE | sed -e's/\./{},/g' -e's/\([[:digit:]]\)/\1,/g' | sed -e's/,$//'`
echo " \setrow{$COUNT}{$ROWARG}"
- ((COUNT--))
+ ((COUNT--))
done
echo "\end{lpsudoku}"
- echo
+ echo
fi
#
if [ "$FORMAT" = "81" ]
@@ -88,4 +88,4 @@ then
unix2dos -q $OFILE
fi
#
-exit 0 \ No newline at end of file
+exit 0