split long line
authorJim Meyering <jim@meyering.net>
Sat, 19 Dec 1998 17:18:23 +0000 (17:18 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Dec 1998 17:18:23 +0000 (17:18 +0000)
lib/rpmatch.c

index d9c31b5..fbd62e2 100644 (file)
@@ -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)
     {