summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-28 08:21:50 +0200
committerMichael Adam <obnox@samba.org>2009-09-28 11:24:33 +0200
commit5198ae644b574f554418fe30d18f90c12fea3f88 (patch)
treea02046d1958c2fa2e8413335da36ca75ad7859d4 /src
parent2beaac96d3d46232ca14a0e3e52e45e16d8c772d (diff)
downloadtinyproxy-5198ae644b574f554418fe30d18f90c12fea3f88.tar.gz
tinyproxy-5198ae644b574f554418fe30d18f90c12fea3f88.zip
conf: beautify one formatting in the directives array.
Michael
Diffstat (limited to '')
-rw-r--r--src/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 5c70fb3..70ba939 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -223,7 +223,8 @@ struct {
},
{
BEGIN "(upstream)" WS "(" IP "|" ALNUM ")" ":" INT "(" WS STR
- ")?" END, handle_upstream, NULL},
+ ")?" END, handle_upstream, NULL
+ },
#endif
/* loglevel */
STDCONF ("loglevel", "(critical|error|warning|notice|connect|info)",