split long line
[pspp] / lib / rpmatch.c
index d9c31b598b1c82f69a29f7f1ddf6e5a6b11c6bad..fbd62e2aff2142f4e3cb2e1e5b9b5e3bdca1ed75 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)
     {