aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-08 14:17:38 +0100
committerlookshe <github@lookshe.org>2016-02-08 14:17:38 +0100
commit5aa2eb80475c4821eed89ae0b6a4585e3be3af60 (patch)
treee9f09eb2558f84cd6f154d4138b95bc7faa67993 /cgit.c
parent70d357f2397f70434f9c0246fe963b5795e2583f (diff)
normalized indenting
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c
index 1c68cb0..4eaa7ab 100644
--- a/cgit.c
+++ b/cgit.c
@@ -345,7 +345,7 @@ static void querystring_cb(const char *name, const char *value)
static void prepare_context(void)
{
memset(&ctx, 0, sizeof(ctx));
- ctx.qry.ignorews = 1;
+ ctx.qry.ignorews = 1;
ctx.cfg.agefile = "info/web/last-modified";
ctx.cfg.nocache = 0;
ctx.cfg.cache_size = 0;