From aa2539679084872cd84112e9df6bfee571570623 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 24 Apr 2022 12:00:20 +0200 Subject: framework: cleanup conditional-indentations in Mk/ Run Tools/scripts/indent_make_if.pl on all of Mk. These white space changes contribute greatly to the readability of those files. As we have a version control system, finding out the reasons for the changes prior to these white space changes is still easily possible Differential Revision: https://reviews.freebsd.org/D35024 Reviewed by: portmgr (rene, bapt) --- Mk/Uses/charsetfix.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/Uses/charsetfix.mk') diff --git a/Mk/Uses/charsetfix.mk b/Mk/Uses/charsetfix.mk index 1e3e6f61eb3b..bbf446c35f80 100644 --- a/Mk/Uses/charsetfix.mk +++ b/Mk/Uses/charsetfix.mk @@ -9,9 +9,9 @@ .if !defined(_INCLUDE_USES_CHARSETFIX_MK) _INCLUDE_USES_CHARSETFIX_MK= yes -.if !empty(charsetfix_ARGS) +. if !empty(charsetfix_ARGS) IGNORE= USES=charsetfix does not require args -.endif +. endif CHARSETFIX_MAKEFILEIN?= Makefile.in -- cgit v1.2.3