From 470a6fe7f987f7c5e5c1fa7b6b31956479ababed Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 14:40:20 -0700 Subject: Fixed blocks starting with extra newline when they start with a comment. --- tools/find_action.nom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/find_action.nom b/tools/find_action.nom index ae3bf72..b51a0f8 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -19,5 +19,4 @@ for %path in %files: say (yellow (source lines of %t)) if (%t is syntax tree): - for %sub in %t: - recurse %t on %sub + for %sub in %t: recurse %t on %sub -- cgit v1.2.3