Nindent: add back the -nut option

NASM is developed under a bunch on environments, to tabs aren't the
best choice.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2009-05-25 21:57:27 -07:00
parent 8bb4c6dafa
commit 57fd9c2142

View file

@ -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`