Remove whitespace
authorEileen McNaughton <eileen@mcnaughty.com>
Sun, 3 May 2015 03:22:45 +0000 (15:22 +1200)
committerEileen McNaughton <eileen@mcnaughty.com>
Sun, 3 May 2015 03:22:45 +0000 (15:22 +1200)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index d8e732bb4b0acb316f9d9bfd8130d5485c0c2d73..3dc5663db9a51328b02df645857b0a9264aef5b6 100644 (file)
@@ -1123,7 +1123,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
         case CRM_Utils_Type::T_DATE:
           $entity[$fieldName] = '2012-05-20';
           break;
-        
+
         case CRM_Utils_Type::T_TIMESTAMP:
           // 4.6 doesn't support timestamp updates from 4.7 we should uncomment this. See CRM-16431.
           continue;