summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-25 21:57:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-25 21:57:27 -0700
commit57fd9c214241020bc76b5af04103bedd50053fed (patch)
treeaf9b180717e904fae7a6f797aec1653a576fc69c /misc
parent8bb4c6dafa0b4ad711c82fc1cefc5c17e69f476c (diff)
downloadnasm-57fd9c214241020bc76b5af04103bedd50053fed.tar.gz
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>
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/Nindent2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Nindent b/misc/Nindent
index cf8ecfd5..0d75ccca 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`