From 5aa2eb80475c4821eed89ae0b6a4585e3be3af60 Mon Sep 17 00:00:00 2001 From: lookshe Date: Mon, 8 Feb 2016 14:17:38 +0100 Subject: normalized indenting --- cgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.c') 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; -- cgit v1.2.3