summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-19 08:38:35 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-19 08:38:35 +0000
commitb039f43851eac35fa9b8763f02460e4a45c4c804 (patch)
treee6b0c0e377b8f0535d377c7960322dd9e4f299e2
parent61d8a143eaf7478b15edf554f2ccaada75c8bd9d (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.php2
-rw-r--r--kohana/libraries/drivers/Database/Mysql.php2
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