From 505ce19972fbbb9f3de1b839354990204803d67f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 30 Jan 2015 15:14:42 +0100 Subject: [PATCH] Do not interleave spaces and tabs Signed-off-by: Giuseppe Scrivano --- Makefile-tests.am | 2 +- cfg.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile-tests.am b/Makefile-tests.am index c7f7846d..d4b8e2ac 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -46,7 +46,7 @@ testfiles = test-basic \ test-admin-deploy-uboot \ test-admin-instutil-set-kargs \ test-admin-upgrade-not-backwards \ - test-repo-checkout-subpath \ + test-repo-checkout-subpath \ test-setuid \ test-delta \ test-xattrs \ diff --git a/cfg.mk b/cfg.mk index 00da65c6..9742bfd7 100644 --- a/cfg.mk +++ b/cfg.mk @@ -23,7 +23,6 @@ local-checks-to-skip = \ sc_prohibit_empty_lines_at_EOF \ sc_prohibit_path_max_allocation \ sc_prohibit_test_double_equal \ - sc_space_tab \ sc_trailing_blank \ #SHELL=bash -x