You are here

function coder_trailing_spaces in Coder 5.2

File

tests/coder_style.inc, line 89
This include file implements tests for the Drupal Standards as defined at http://drupal.org/coding-standards

Code

function coder_trailing_spaces() {
  $left = 'this is bad';
  $left = 'this is ok';
}