Small script for invoking indent for converting a C file into the Contiki code style
This commit is contained in:
parent
3a5dd23ace
commit
5fc17c4f04
3
tools/contiki-indent
Executable file
3
tools/contiki-indent
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
export INDENT_PROFILE=`dirname $0`/indent.pro
|
||||
indent $1
|
Loading…
Reference in a new issue