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
commit0eb34fb50342cddf563c3fbfd36d8a93cc60b218 (patch)
tree5db87f567a2372e6255352a0e3d7b9ff2328f96c /lib/rpmatch.c
parent5d187302264108fb3cdf6f760c065f8dc5d5558b (diff)
downloadgnulib-0eb34fb50342cddf563c3fbfd36d8a93cc60b218.tar.gz
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 d9c31b598b..fbd62e2aff 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)
{