diff options
author | Michael Adam <obnox@samba.org> | 2009-09-28 08:21:50 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-28 11:24:33 +0200 |
commit | 5198ae644b574f554418fe30d18f90c12fea3f88 (patch) | |
tree | a02046d1958c2fa2e8413335da36ca75ad7859d4 /src | |
parent | 2beaac96d3d46232ca14a0e3e52e45e16d8c772d (diff) | |
download | tinyproxy-5198ae644b574f554418fe30d18f90c12fea3f88.tar.gz tinyproxy-5198ae644b574f554418fe30d18f90c12fea3f88.zip |
conf: beautify one formatting in the directives array.
Michael
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)", |