From cb905d79fd418fb87893e01a3df16fe1bdbc52b3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 6 Feb 2018 16:29:57 +0000 Subject: Delete the "no blank before trailing delimiter" check from the partial explicit macros. Leah Neukirchen rightfully points out that the check makes no sense for these macros. --- regress/mdoc/Oo/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'regress/mdoc/Oo/Makefile') diff --git a/regress/mdoc/Oo/Makefile b/regress/mdoc/Oo/Makefile index e98c9475..67bf2449 100644 --- a/regress/mdoc/Oo/Makefile +++ b/regress/mdoc/Oo/Makefile @@ -1,6 +1,5 @@ # $OpenBSD: Makefile,v 1.1 2012/07/07 14:10:55 schwarze Exp $ REGRESS_TARGETS = punct -LINT_TARGETS = punct .include -- cgit