diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-19 08:38:35 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-19 08:38:35 +0000 |
commit | b039f43851eac35fa9b8763f02460e4a45c4c804 (patch) | |
tree | e6b0c0e377b8f0535d377c7960322dd9e4f299e2 | |
parent | 61d8a143eaf7478b15edf554f2ccaada75c8bd9d (diff) |
Normalize whitespace inconsistencies with upstream code that probably snuck in during various edits. These files are now the same as the upstream code.
-rw-r--r-- | kohana/helpers/feed.php | 2 | ||||
-rw-r--r-- | kohana/libraries/drivers/Database/Mysql.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kohana/helpers/feed.php b/kohana/helpers/feed.php index b19d6c8d..53b1fd15 100644 --- a/kohana/helpers/feed.php +++ b/kohana/helpers/feed.php @@ -113,4 +113,4 @@ class feed_Core { return $feed->asXML(); } -} // End feed +} // End feed
\ No newline at end of file diff --git a/kohana/libraries/drivers/Database/Mysql.php b/kohana/libraries/drivers/Database/Mysql.php index 04d7ed65..9315ed1f 100644 --- a/kohana/libraries/drivers/Database/Mysql.php +++ b/kohana/libraries/drivers/Database/Mysql.php @@ -514,4 +514,4 @@ class Mysql_Result extends Database_Result { } } -} // End Mysql_Result Class +} // End Mysql_Result Class
\ No newline at end of file |