swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 19af35546de68c872dcb687613e0902a602cb20e authored by Linus Torvalds on 10 February 2008, 22:18:14 UTC
Linux 2.6.25-rc1
Tip revision: 19af355
Lindent
#!/bin/sh
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 "$@"
back to top