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:
aa19cc2
)
Script to format the source code in a standard format
author
H. Peter Anvin
<hpa@zytor.com>
Wed, 29 Dec 2004 23:53:40 +0000
(23:53 +0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Wed, 29 Dec 2004 23:53:40 +0000
(23:53 +0000)
misc/Nindent
[new file with mode: 0755]
patch
|
blob
diff --git a/misc/Nindent
b/misc/Nindent
new file mode 100755
(executable)
index 0000000..
7a388b4
--- /dev/null
+++ b/
misc/Nindent
@@ -0,0
+1,2
@@
+#!/bin/sh -
+exec indent -kr -i4 -ts8 -nut -sob -ss -ncs "$@"