Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cache.php

    r4856 r4953  
    387387        return $this->__construct();
    388388    }
    389    
     389
    390390    function __construct() {
    391391        global $blog_id;
     
    430430    function __destruct() {
    431431        $this->save();
    432         return true;   
     432        return true;
    433433    }
    434434}
Note: See TracChangeset for help on using the changeset viewer.