From 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 02:29:46 -0400 Subject: Update source file format: remove TABs, use GNU coding styles. --- implicit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'implicit.c') diff --git a/implicit.c b/implicit.c index 00694ad..9712780 100644 --- a/implicit.c +++ b/implicit.c @@ -397,10 +397,10 @@ pattern_search (struct file *file, int archive, target in MATCHES. If several targets of the same rule match, that rule will be in TRYRULES more than once. */ tryrules[nrules].rule = rule; - tryrules[nrules].matches = ti; + tryrules[nrules].matches = ti; tryrules[nrules].stemlen = stemlen + (check_lastslash ? pathlen : 0); tryrules[nrules].order = nrules; - tryrules[nrules].checked_lastslash = check_lastslash; + tryrules[nrules].checked_lastslash = check_lastslash; ++nrules; } } -- cgit v1.2.3