summaryrefslogtreecommitdiff
path: root/lib/rpmatch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-12-19 17:18:23 +0000
committerJim Meyering <jim@meyering.net>1998-12-19 17:18:23 +0000
commite53076d42c082844fd93a8b5518fb36a469cdb27 (patch)
tree73f8f5f210ad9fb2a96d33deaa29e56059a47200 /lib/rpmatch.c
parent01fe7e76f4a9f3f33a5350e8c88b3d4f9e226cf6 (diff)
downloadcoreutils-e53076d42c082844fd93a8b5518fb36a469cdb27.tar.xz
split long line
Diffstat (limited to 'lib/rpmatch.c')
-rw-r--r--lib/rpmatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmatch.c b/lib/rpmatch.c
index d9c31b598..fbd62e2af 100644
--- a/lib/rpmatch.c
+++ b/lib/rpmatch.c
@@ -36,7 +36,8 @@
# define _(Text) gettext (Text)
static int
-try (const char *response, const char *pattern, const int match, const int nomatch, const char **lastp, regex_t *re)
+try (const char *response, const char *pattern, const int match,
+ const int nomatch, const char **lastp, regex_t *re)
{
if (pattern != *lastp)
{