Small script for invoking indent for converting a C file into the Contiki code style
This commit is contained in:
parent
3a5dd23ace
commit
5fc17c4f04
1 changed files with 3 additions and 0 deletions
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…
Add table
Reference in a new issue