Small script for invoking indent for converting a C file into the Contiki code style

This commit is contained in:
adamdunkels 2010-01-18 13:28:28 +00:00
parent 3a5dd23ace
commit 5fc17c4f04

3
tools/contiki-indent Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
export INDENT_PROFILE=`dirname $0`/indent.pro
indent $1