Issue #1419298 by ryanissamson, zaporylie, ohthehugemanatee, ramlev, droplet, Albert Volkman, NROTC_Webmaster, pmitchell, pillarsdotnet: Remove all trailing whitespace from Drupal core files.

8.0.x
webchick 2014-10-22 21:41:18 -07:00
parent 6d3e577f5d
commit a7190eb8dc
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ namespace Drupal\simpletest\Tests;
use Drupal\simpletest\WebTestBase;
/**
* This test will check SimpleTest's treatment of hook_install during setUp.
* This test will check SimpleTest's treatment of hook_install during setUp.
* Image module is used for test.
*
* @group simpletest

View File

@ -200,7 +200,7 @@ class CssOptimizerUnitTest extends UnitTestCase {
$cases = array(
array(
'asset' => array(
'type' => 'inline',
'type' => 'inline',
'data' => '@charset "UTF-8";html{font-family:"sans-serif";}',
'preprocess' => FALSE,
),