Indent code to Tinyproxy coding style
authorMukund Sivaraman <muks@banu.com>
Mon, 14 Sep 2009 19:41:25 +0000 (01:11 +0530)
committerMukund Sivaraman <muks@banu.com>
Mon, 14 Sep 2009 19:41:25 +0000 (01:11 +0530)
commit7b9234f394b688991a5b601ff1e487a19de29870
treeccdb923e457666c174311bdf0f2ca4370e27e70c
parent2cb677759236fe54c24c1ce099a61f54bace3f73
Indent code to Tinyproxy coding style

The modified files were indented with GNU indent using the
following command:

indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \
    -saf -sai -saw -sc -cdw -ce -nut -il0

No other changes of any sort were made.
34 files changed:
src/acl.c
src/acl.h
src/anonymous.c
src/buffer.c
src/child.c
src/child.h
src/conffile.c
src/conns.c
src/conns.h
src/daemon.c
src/filter.c
src/filter.h
src/hashmap.c
src/hashmap.h
src/heap.c
src/html-error.c
src/http-message.c
src/log.c
src/main.c
src/main.h
src/network.c
src/reqs.c
src/reqs.h
src/reverse-proxy.c
src/reverse-proxy.h
src/sock.c
src/stats.c
src/stats.h
src/text.c
src/transparent-proxy.c
src/transparent-proxy.h
src/utils.c
src/vector.c
src/vector.h