diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-15 01:11:25 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-15 01:11:25 +0530 |
commit | 7b9234f394b688991a5b601ff1e487a19de29870 (patch) | |
tree | ccdb923e457666c174311bdf0f2ca4370e27e70c /src/reverse-proxy.h | |
parent | 2cb677759236fe54c24c1ce099a61f54bace3f73 (diff) |
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.
Diffstat (limited to 'src/reverse-proxy.h')
-rw-r--r-- | src/reverse-proxy.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/reverse-proxy.h b/src/reverse-proxy.h index a96dc9a..22e0d08 100644 --- a/src/reverse-proxy.h +++ b/src/reverse-proxy.h @@ -23,11 +23,10 @@ #include "conns.h" -struct reversepath -{ - struct reversepath *next; - char *path; - char *url; +struct reversepath { + struct reversepath *next; + char *path; + char *url; }; #define REVERSE_COOKIE "yummy_magical_cookie" |