From: Jim Meyering Date: Sat, 19 Dec 1998 17:18:23 +0000 (+0000) Subject: split long line X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb34fb50342cddf563c3fbfd36d8a93cc60b218;p=pspp 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) {