1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-03-26 15:31:27 +00:00

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

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