changeset 1579:fe2322aebba2

split long line
author Jim Meyering <jim@meyering.net>
date Sat, 19 Dec 1998 17:18:23 +0000
parents a416318840e1
children 12fde28eb4ee
files lib/rpmatch.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
     {