This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
1842fae903
osd-contiki
/
tools
/
contiki-indent
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Small script for invoking indent for converting a C file into the Contiki code style
2010-01-18 14:28:28 +01:00
#!/bin/sh
export INDENT_PROFILE=`dirname $0`/indent.pro
Allow contiki-indent to operate on multiple files at once
2012-10-29 20:59:32 +01:00
indent $*
Reference in a new issue
Copy permalink