Changes between Version 46 and Version 47 of Submitting/C
- Timestamp:
- 06/30/14 18:11:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/C
v46 v47 261 261 == Indentation == 262 262 263 15.To promote a consistent coding style, please use the "indent" program on all new C modules using the following switches:263 To promote a consistent coding style, please use the "indent" program on all new C modules using the following switches: 264 264 {{{ 265 265 $ indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \