From ebda24eb6961e0969060a9dcafd8d076574f140b Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 28 Jun 2014 17:49:41 +0200 Subject: [PATCH] Remove tab-space indentation --- ChangeLog | 4 ++++ cfg.mk | 3 --- src/ChangeLog | 4 ++++ src/Makefile.am | 24 ++++++++++++------------ 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba991359..2bfae67d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-28 Giuseppe Scrivano + + * cfg.mk (local-checks-to-skip): Remove some checks. + 2014-06-27 Giuseppe Scrivano * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Ignore msdos/* and vms/* from diff --git a/cfg.mk b/cfg.mk index 11b45c4f..b911e3d1 100644 --- a/cfg.mk +++ b/cfg.mk @@ -4,7 +4,6 @@ local-checks-to-skip = \ sc_const_long_option \ sc_error_message_uppercase \ sc_file_system \ - sc_makefile_TAB_only_indentation \ sc_immutable_NEWS \ sc_copyright_check \ sc_makefile_path_separator_check \ @@ -13,10 +12,8 @@ local-checks-to-skip = \ sc_two_space_separator_in_usage \ sc_useless_cpp_parens \ \ - sc_space_tab \ sc_prohibit_atoi_atof \ sc_prohibit_strcmp \ - sc_makefile_check \ sc_cast_of_alloca_return_value \ sc_cast_of_x_alloc_return_value \ sc_prohibit_S_IS_definition \ diff --git a/src/ChangeLog b/src/ChangeLog index a8fd4114..75813acc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-06-28 Giuseppe Scrivano + + * Makefile.am (wget_SOURCES): Remove space-tab indentation. + 2014-06-22 Giuseppe Scrivano * warc.c [HAVE_UUID_CREATE]: Include diff --git a/src/Makefile.am b/src/Makefile.am index 562f21ac..3a43aa92 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,18 +42,18 @@ LIBS += $(LIBICONV) $(LIBINTL) $(LIB_CLOCK_GETTIME) EXTRA_DIST = css.l css.c css_.c build_info.c.in bin_PROGRAMS = wget -wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \ - css_.c css-url.c \ - ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-url.c \ - http.c init.c log.c main.c netrc.c progress.c ptimer.c \ - recur.c res.c retr.c spider.c url.c warc.c \ - utils.c exits.c build_info.c $(IRI_OBJ) \ - css-url.h css-tokens.h connect.h convert.h cookies.h \ - ftp.h hash.h host.h html-parse.h html-url.h \ - http.h http-ntlm.h init.h log.h mswindows.h netrc.h \ - options.h progress.h ptimer.h recur.h res.h retr.h \ - spider.h ssl.h sysdep.h url.h warc.h utils.h wget.h iri.h \ - exits.h gettext.h +wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \ + css_.c css-url.c \ + ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-url.c \ + http.c init.c log.c main.c netrc.c progress.c ptimer.c \ + recur.c res.c retr.c spider.c url.c warc.c \ + utils.c exits.c build_info.c $(IRI_OBJ) \ + css-url.h css-tokens.h connect.h convert.h cookies.h \ + ftp.h hash.h host.h html-parse.h html-url.h \ + http.h http-ntlm.h init.h log.h mswindows.h netrc.h \ + options.h progress.h ptimer.h recur.h res.h retr.h \ + spider.h ssl.h sysdep.h url.h warc.h utils.h wget.h iri.h \ + exits.h gettext.h nodist_wget_SOURCES = version.c EXTRA_wget_SOURCES = iri.c LDADD = $(LIBOBJS) ../lib/libgnu.a