Skip to content

Commit

Permalink
Removing EOF newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Apr 14, 2009
1 parent 740c712 commit cadc64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cake/libs/session.php
Expand Up @@ -766,4 +766,4 @@ function __gc($expires = null) {
return $return;
}
}
?>
?>
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/session.test.php
Expand Up @@ -395,4 +395,4 @@ function testReadAndWriteWithDatabaseStorage() {
$this->setUp();
}
}
?>
?>

0 comments on commit cadc64c

Please sign in to comment.