Index: coder_style.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/includes/Attic/coder_style.inc,v
retrieving revision 1.16.2.18.2.8
diff -u -r1.16.2.18.2.8 coder_style.inc
--- coder_style.inc	27 May 2009 00:08:45 -0000	1.16.2.18.2.8
+++ coder_style.inc	12 Jul 2009 09:07:51 -0000
@@ -16,6 +16,7 @@
       '#type' => 'regex',
       '#value' => '\t',
       '#warning' => 'Use an indent of 2 spaces, with no tabs',
+      '#severity' => 'minor',
     ),
     array(
       '#type' => 'regex',

