Skip to content

Commit

Permalink
Trimming trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 17, 2010
1 parent ae8ace7 commit 9ae8b73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cake/libs/view/media.php
Expand Up @@ -283,4 +283,4 @@ function _flushBuffer() {
@ob_flush();
}
}
?>
?>
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/helpers/time.test.php
Expand Up @@ -782,4 +782,4 @@ function testFormatNewSyntax() {
$this->assertEqual($this->Time->format($time, '%c'), $this->Time->i18nFormat($time, '%c'));
}
}
?>
?>
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/media.test.php
Expand Up @@ -178,4 +178,4 @@ function testConnectionAborted() {
$this->assertFalse($result);
}
}
?>
?>

0 comments on commit 9ae8b73

Please sign in to comment.