From b3d88ed912cccea2270a4933b636f73f5020b706 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 17 Jul 2017 06:25:12 +0200 Subject: [PATCH] Framework: add whitespace cleanup for plugin root dir --- Mk/plugins.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index e9a22749c..7d66c94ca 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -238,6 +238,8 @@ sweep: check find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \ ! -name "*.ser" -type f -print0 | \ xargs -0 -n1 ${.CURDIR}/../../Scripts/cleanfile + find ${.CURDIR} -type f -depth 1 -print0 | \ + xargs -0 -n1 ${.CURDIR}/../../Scripts/cleanfile style: check @: > ${.CURDIR}/.style.out