summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-29 16:43:00 +0200
committerJim Meyering <meyering@redhat.com>2010-03-30 17:56:24 +0200
commit617dd8895438dd9098491190681eea6720886efb (patch)
tree7c4052fbbba48cba283552bf0e0ac2434d9dfb04 /top
parent8f1ee32b67ce67cff160668f9690ab0d0a2a89b1 (diff)
downloadgnulib-617dd8895438dd9098491190681eea6720886efb.tar.gz
maint.mk: split a long line
* top/maint.mk: Split a line to fit in 80 columns.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index bcf4ad13dc..e121eb847b 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -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)