whitespace
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 9 May 2015 21:35:07 +0000 (09:35 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 9 May 2015 21:35:07 +0000 (09:35 +1200)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index bb4854c1b788489e9b9df137cf8042c7267b986f..a3a4e564789f4414c1cfb81ca19e673823989cc8 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-16204
           continue;