From: Jim Meyering Date: Sat, 19 Dec 1998 17:18:23 +0000 (+0000) Subject: split long line X-Git-Tag: FILEUTILS-4_1-b1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e53076d42c082844fd93a8b5518fb36a469cdb27;p=thirdparty%2Fcoreutils.git split long line --- 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) {