From 0eb34fb50342cddf563c3fbfd36d8a93cc60b218 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Dec 1998 17:18:23 +0000 Subject: [PATCH] split long line --- lib/rpmatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.30.2