Trimming trailing whitespace.

This commit is contained in:
Mark Story 2010-04-17 13:05:26 -04:00
parent ae8ace79fa
commit 9ae8b737dc
3 changed files with 3 additions and 3 deletions

View file

@ -283,4 +283,4 @@ class MediaView extends View {
@ob_flush(); @ob_flush();
} }
} }
?> ?>

View file

@ -782,4 +782,4 @@ class TimeHelperTest extends CakeTestCase {
$this->assertEqual($this->Time->format($time, '%c'), $this->Time->i18nFormat($time, '%c')); $this->assertEqual($this->Time->format($time, '%c'), $this->Time->i18nFormat($time, '%c'));
} }
} }
?> ?>

View file

@ -178,4 +178,4 @@ class MediaViewTest extends CakeTestCase {
$this->assertFalse($result); $this->assertFalse($result);
} }
} }
?> ?>