split long line
[gnulib.git] / 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)
     {