Skip to content

Commit

Permalink
update helper script for running uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hamman committed Aug 28, 2015
1 parent 04fa923 commit b10a6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code_format/run_uncrustify.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Run uncrustify on all VIC source files

files=`find ../../drivers ../../vic_run -name '*.c' -o -name '*.h'`
files=`find ../../vic -name '*.c' -o -name '*.h'`
uncrustify -c uncrustify_VIC_c.cfg -l C --replace --no-backup $files

0 comments on commit b10a6fe

Please sign in to comment.