summaryrefslogtreecommitdiff
path: root/misc/Nindent
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Nindent')
-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`