--- includes/coder_style.inc	2008-08-28 16:31:19.000000000 +0200
+++ ../includes/coder_style.inc	2009-07-31 14:43:17.000000000 +0200
@@ -47,8 +47,8 @@ function coder_style_reviews() {
     ),
     array(
       '#type' => 'regex',
-      '#value' => '(\.\s\'\'|\'\'\s\.|\.\s""|\.\s"")',
-      '#warning' => 'string concatenation should be formatted without a space separating the operators (dot .) and a quote',
+      '#value' => '(\.\'\'|\'\'\.|\.""|\."")',
+      '#warning' => 'string concatenation should be formatted with a space separating the operators (dot .) and a quote',
     ),
     array(
       '#type' => 'regex',
