File: indent.sh

package info (click to toggle)
libsmbios 2.0.3.dfsg-1.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,768 kB
  • ctags: 2,016
  • sloc: cpp: 14,292; sh: 9,408; xml: 3,820; makefile: 454; ansic: 402; python: 157
file content (6 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/sh

astyle --style=ansi -c --indent-namespaces "$@"

#indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@"