From d0fc62ee8e85255467ef8541458df6e7f4e01cef Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 30 Mar 2007 15:55:18 +0000 Subject: Trailing spaces. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@142 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcregrep.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pcregrep.c') diff --git a/pcregrep.c b/pcregrep.c index 79596f5..837bc76 100644 --- a/pcregrep.c +++ b/pcregrep.c @@ -1408,11 +1408,11 @@ sprintf(buffer, "%s%.*s%s", prefix[process_options], MBUFTHIRD, pattern, suffix[process_options]); pattern_list[pattern_count] = pcre_compile(buffer, options, &error, &errptr, pcretables); -if (pattern_list[pattern_count] != NULL) +if (pattern_list[pattern_count] != NULL) { - pattern_count++; + pattern_count++; return TRUE; - } + } /* Handle compile errors */ @@ -1947,7 +1947,7 @@ for (j = 0; j < pattern_count; j++) fprintf(stderr, "pcregrep: Error while studying regex%s: %s\n", s, error); goto EXIT2; } - hint_count++; + hint_count++; } /* If there are include or exclude patterns, compile them. */ -- cgit v1.2.1