changeset 13098:8d61d11c6cf0

maint.mk: split a long line * top/maint.mk: Split a line to fit in 80 columns.
author Jim Meyering <meyering@redhat.com>
date Mon, 29 Mar 2010 16:43:00 +0200
parents ef132cd978fc
children f4aae3195883
files top/maint.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -413,7 +413,8 @@
 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)