contrib/check-code.py
changeset 34799 0b46352384a0
parent 34648 4889b84b15f2
child 35110 dd000a958364
--- a/contrib/check-code.py	Sat Jan 24 17:04:25 2015 -0500
+++ b/contrib/check-code.py	Mon Oct 16 11:43:41 2017 -0400
@@ -429,7 +429,6 @@
 cpats = [
   [
     (r'//', "don't use //-style comments"),
-    (r'^  ', "don't use spaces to indent"),
     (r'\S\t', "don't use tabs except for indent"),
     (r'(\S[ \t]+|^[ \t]+)\n', "trailing whitespace"),
     (r'.{81}', "line too long"),