projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb4c6d
)
Nindent: add back the -nut option
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 26 May 2009 04:57:27 +0000
(21:57 -0700)
committer
H. 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
patch
|
blob
|
history
diff --git
a/misc/Nindent
b/misc/Nindent
index cf8ecfd509354083dae022f5cc3d82cee3ecbde6..0d75ccca47608e6ab9a04ac3f198797933956b15 100755
(executable)
--- 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`