Nindent: add back the -nut option
authorH. Peter Anvin <hpa@zytor.com>
Tue, 26 May 2009 04:57:27 +0000 (21:57 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 26 May 2009 04:57:27 +0000 (21:57 -0700)
NASM is developed under a bunch on environments, to tabs aren't the
best choice.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
misc/Nindent

index cf8ecfd..0d75ccc 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-PARAM="-npro -kr -i4 -ts8 -sob -l80 -ss -ncs -cp1"
+PARAM="-npro -kr -i4 -ts8 -nut -sob -l80 -ss -ncs -cp1"
 RES=`indent --version`
 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`