chiark / gitweb /
untabify source files, make indenting more uniform with GNU indent -kr --no-tabs...
authorSteven G. Johnson <stevenj@alum.mit.edu>
Thu, 26 Jul 2018 15:31:41 +0000 (11:31 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Thu, 26 Jul 2018 15:31:41 +0000 (11:31 -0400)
commit65adc05708879943ac0ccf79762ecf3811d1462b
tree9e8db72026776a8af3caa97649a99fea6c49506a
parent45375e316f66ea1734db590f6fae4a42ba5859af
untabify source files, make indenting more uniform with GNU indent -kr --no-tabs -l200
27 files changed:
src/api/deprecated.c
src/api/f77api.c
src/api/f77funcs.h
src/api/f77funcs_.h
src/api/general.c
src/api/nlopt-internal.h
src/api/nlopt.h
src/api/optimize.c
src/api/options.c
src/util/nlopt-getopt.c
src/util/nlopt-getopt.h
src/util/nlopt-util.h
src/util/qsort_r.c
src/util/redblack.c
src/util/redblack.h
src/util/redblack_test.c
src/util/rescale.c
src/util/soboldata.h
src/util/sobolseq.c
src/util/sobolseq_test.c
src/util/stop.c
src/util/timer.c
test/box.c
test/lorentzfit.c
test/testfuncs.c
test/testfuncs.h
test/testopt.c