capt_get_packet(): check for key press only every 20ms
[iptraf-ng.git] / README.indent
blob44272ebed77b62afbc9953a4735a464269d5a302
1 Sources are indented using the GNU indent program with the following
2 arguments:
4 --k-and-r-style
5 --indent-level8
6 --blank-lines-after-declarations
7 --blank-lines-after-procedures
8 --braces-on-if-line
9 --cuddle-else
10 --space-special-semicolon
11 --no-space-after-function-call-names
12 --no-blank-before-sizeof
13 --no-space-after-parentheses
14 --continue-at-parentheses
15 --line-length80
16 --comment-line-length80
17 --honour-newlines
18 --case-indentation0
19 --break-before-boolean-operator