Codebase list mapcache / debian/1.4.0-1.exp1 astyle.sh
debian/1.4.0-1.exp1

Tree @debian/1.4.0-1.exp1 (Download .tar.gz)

astyle.sh @debian/1.4.0-1.exp1raw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash

ASTYLEOPTS="--style=kr --indent=spaces=2 -c --lineend=linux -S"
ASTYLEBIN=astyle

$ASTYLEBIN $ASTYLEOPTS -R '*.c' '*.h'

#find . -name '*.orig' -exec rm -f {} \;