maint.mk: split a long line
authorJim Meyering <meyering@redhat.com>
Mon, 29 Mar 2010 14:43:00 +0000 (16:43 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 30 Mar 2010 15:56:24 +0000 (17:56 +0200)
* top/maint.mk: Split a line to fit in 80 columns.

top/maint.mk

index bcf4ad1..e121eb8 100644 (file)
@@ -413,7 +413,8 @@ sc_prohibit_openat_without_use:
 ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
 |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
 sc_prohibit_c_ctype_without_use:
-       @h='[<"]c-ctype.h[">]' re='\<c_($(ctype_re)) *\(' $(_sc_header_without_use)
+       @h='[<"]c-ctype.h[">]' re='\<c_($(ctype_re)) *\(' \
+         $(_sc_header_without_use)
 
 _empty =
 _sp = $(_empty) $(_empty)