trailing tabs and whitespace cleanup.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2007-02-27 15:24:54 +00:00
parent c7ce6107ad
commit d0f79bb3f2
36 changed files with 200 additions and 202 deletions

View File

@@ -386,7 +386,7 @@ class WP_Object_Cache {
function WP_Object_Cache() {
return $this->__construct();
}
function __construct() {
global $blog_id;
@@ -429,7 +429,7 @@ class WP_Object_Cache {
function __destruct() {
$this->save();
return true;
return true;
}
}
?>