summaryrefslogtreecommitdiffstats
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-04 14:00:11 +0200
committerJim Meyering <meyering@redhat.com>2009-08-04 14:47:09 +0200
commit8ae7e1057f43e9b79260cdf191f39d657fdf0293 (patch)
treed38b3ac5f2d0f4b506643d6e7c6143448badc5dd /cfg.mk
parente15ff2113f5b2a7e0aa138c47c14e93268d25aed (diff)
downloadlibguestfs-8ae7e1057f43e9b79260cdf191f39d657fdf0293.tar.gz
libguestfs-8ae7e1057f43e9b79260cdf191f39d657fdf0293.tar.xz
libguestfs-8ae7e1057f43e9b79260cdf191f39d657fdf0293.zip
build: remove trailing blanks, enable syntax-check
* regressions/test-cancellation-download-librarycancels.sh: * src/generator.ml: * cfg.mk (disable_temporarily): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 7130cea5..c672e4db 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -70,8 +70,7 @@ disable_temporarily = \
sc_m4_quote_check \
sc_prohibit_trailing_blank_lines \
sc_avoid_ctype_macros \
- sc_avoid_write \
- sc_trailing_blank
+ sc_avoid_write
# Avoid uses of write(2). Either switch to streams (fwrite), or use
# the safewrite wrapper.