From a9681ad4d144a500bb10d8c5e238a297c11b5a7e Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Wed, 2 Feb 2011 09:41:08 -0600 Subject: [PATCH] Also detect useless spacing at the end of *Match calls --- rules/token-matching.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/token-matching.xml b/rules/token-matching.xml index 6abcc7cde..a935bd93d 100644 --- a/rules/token-matching.xml +++ b/rules/token-matching.xml @@ -1,6 +1,6 @@ - Token :: (?:findm|(?:simple|)M)atch \([^,]+,\s+"\s+ + Token :: (?:findm|(?:simple|)M)atch \([^,]+,\s+"(?:\s+|[^"]+?\s+") TokenMatchSpacing style