summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/test/bsd-interf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libregex/test/bsd-interf.c')
-rw-r--r--gnu/lib/libregex/test/bsd-interf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/test/bsd-interf.c b/gnu/lib/libregex/test/bsd-interf.c
index 56f9e2a..226a513 100644
--- a/gnu/lib/libregex/test/bsd-interf.c
+++ b/gnu/lib/libregex/test/bsd-interf.c
@@ -10,7 +10,7 @@ test_berk_search (pattern, string)
char *string;
{
const char *return_value = re_comp (pattern);
-
+
if (return_value != 0)
{
printf ("This didn't compile: `%s'.\n", pattern);
OpenPOWER on IntegriCloud