mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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 New Issue
Block a user