Dmitry V. Levin d6c71dd061 Fix preprocessor indentation
Indent the C preprocessor directives to reflect their nesting
using the following script:

$ cppi -l $(git grep -El '^[[:space:]]*#[[:space:]]*(if|ifdef|ifndef|elif|else|endif|define|pragma)[[:space:]]' |grep -v '\.sh$') |while read f; do
	cppi < "$f" > "$f".cppi; mv "$f".cppi "$f"
done
2018-12-30 15:35:21 +00:00
..
2015-02-23 03:56:06 +00:00
2016-08-16 09:15:24 +00:00
2018-12-30 15:35:21 +00:00
2018-12-24 23:46:43 +00:00
2015-02-23 20:55:11 +00:00