summaryrefslogtreecommitdiff
path: root/indent-all.sh
blob: bfa335d0a32af913648c28a59e971d0c31044294 (plain)
1
2
3
4
5
#!/bin/sh
indent -bli0 -i8 -cli8 -npcs -l100 *.h *.c
# Tweak in order to support both indent 2.2.10 and 2.2.11
perl -pi -e 's|!!|! !|g' *.c