From: H. Peter Anvin Date: Tue, 26 May 2009 04:57:27 +0000 (-0700) Subject: Nindent: add back the -nut option X-Git-Tag: nasm-2.11.05~1013 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57fd9c214241020bc76b5af04103bedd50053fed;p=platform%2Fupstream%2Fnasm.git 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 --- diff --git a/misc/Nindent b/misc/Nindent index cf8ecfd..0d75ccc 100755 --- a/misc/Nindent +++ b/misc/Nindent @@ -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`