Skip to content

Commit

Permalink
add astyle formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Jul 2, 2012
1 parent d4e266a commit a69a270
Show file tree
Hide file tree
Showing 46 changed files with 16,446 additions and 16,150 deletions.
725 changes: 368 additions & 357 deletions apache/mod_mapcache.c

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions astyle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 {} \;
Loading

0 comments on commit a69a270

Please sign in to comment.