summaryrefslogtreecommitdiff
path: root/pcregrep.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-30 15:55:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-30 15:55:18 +0000
commitd0fc62ee8e85255467ef8541458df6e7f4e01cef (patch)
tree7bf7b93cbd42c94a0d7d292e72d0c144e75b3dc6 /pcregrep.c
parent28ed4f58e289c711ec3494e9f512da278506ece9 (diff)
downloadpcre-d0fc62ee8e85255467ef8541458df6e7f4e01cef.tar.gz
Trailing spaces.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@142 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcregrep.c')
-rw-r--r--pcregrep.c8
1 files changed, 4 insertions, 4 deletions
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. */