]> granicus.if.org Git - check/commit
Run indent on source
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 27 Jan 2014 03:18:40 +0000 (03:18 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 27 Jan 2014 03:18:40 +0000 (03:18 +0000)
commitaded762835eb76cc7d8923d679821e991f0b29eb
tree001c28817e80c6be3c6a9b9fb67b7fcba94e2a98
parent99e139a3a602790298e5a39992bee4ddfcd37c0a
Run indent on source

The indent program was run against the source, to enforce a consistent
layout and spacing. The following arguments were used:

--blank-lines-after-declarations --blank-lines-after-procedures
--brace-indent0 --case-indentation4 --case-brace-indentation0
--no-space-after-function-call-names --no-space-after-casts
--declaration-indentation1 --no-blank-lines-after-commas
--braces-after-struct-decl-line --braces-after-func-def-line
--continue-at-parentheses --preprocessor-indentation0  --indent-level4
--no-tabs --dont-break-procedure-type --no-space-after-parentheses
--no-space-after-for --no-space-after-if --no-space-after-while

Note that this was not run againt the test files for two reasons:
1) some of the tests depend on the failures occuring on specific lines,
and I did not want to go through and fix that for each test.
2) indent does not know what to do with END_TEST, and thinks it is a
type modifier for the function that follows.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1081 64e312b2-a51f-0410-8e61-82d0ca0eb02a
46 files changed:
doc/example/src/main.c
doc/example/src/money.2.h
doc/example/src/money.3.c
doc/example/src/money.4.c
doc/example/src/money.5.c
doc/example/src/money.6.c
doc/example/src/money.c
doc/example/src/money.h
doc/example/tests/check_money.1.c
doc/example/tests/check_money.2.c
doc/example/tests/check_money.3.c
doc/example/tests/check_money.6.c
doc/example/tests/check_money.7.c
doc/example/tests/check_money.c
lib/alarm.c
lib/clock_gettime.c
lib/gettimeofday.c
lib/libcompat.c
lib/libcompat.h
lib/localtime_r.c
lib/malloc.c
lib/realloc.c
lib/strdup.c
lib/strsignal.c
lib/timer_create.c
lib/timer_delete.c
lib/timer_settime.c
src/check.c
src/check.h.in
src/check_error.c
src/check_error.h
src/check_impl.h
src/check_list.c
src/check_list.h
src/check_log.c
src/check_log.h
src/check_msg.c
src/check_msg.h
src/check_pack.c
src/check_pack.h
src/check_print.c
src/check_print.h
src/check_run.c
src/check_str.c
src/check_str.h
tests/ex_output.c