[svn:parrot] r44419 - trunk/t/codingstd
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 23:10:15 UTC 2010
Author: mikehh
Date: Tue Feb 23 23:10:14 2010
New Revision: 44419
URL: https://trac.parrot.org/parrot/changeset/44419
Log:
fix perlcritic failure - remove hard tabs
Modified:
trunk/t/codingstd/c_cppcomments.t
Modified: trunk/t/codingstd/c_cppcomments.t
==============================================================================
--- trunk/t/codingstd/c_cppcomments.t Tue Feb 23 23:03:28 2010 (r44418)
+++ trunk/t/codingstd/c_cppcomments.t Tue Feb 23 23:10:14 2010 (r44419)
@@ -60,9 +60,9 @@
(?: ' (?: \\\\ | \\' | [^'] )* ' ) # remove ' string
| (?: " (?: \\\\ | \\" | [^"] )* " ) # remove " string
| /\* .*? \*/ # remove C comment
- | https?:\/\/ # TT # 414 quick fix
+ | https?:\/\/ # TT # 414 quick fix
)
- }{}gsx;
+ }{}gsx;
return $buf !~ m{ ( .*? // .* ) }x;
}
More information about the parrot-commits
mailing list