--- C:\Users\Edward\Webs\drupal\includes\cache-install.inc	2008-01-15 23:25:59.144000000 -0500
+++ C:\Users\Edward\Webs\drupal\includes\cache-install.inc.formatted	2008-01-16 00:08:04.859000000 -0500
@@ -1,6 +1,7 @@
 <?php
 // $Id: cache-install.inc,v 1.2 2007/08/07 08:39:35 goba Exp $
 
+
 /**
  * A stub cache implementation to be used during the installation
  * process when database access is not yet available. Because Drupal's
@@ -10,7 +11,6 @@
  * implementation during normal operations would have a negative impact
  * on performance.
  */
-
 function cache_get($key, $table = 'cache') {
   return FALSE;
 }
@@ -22,3 +22,4 @@
 function cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) {
   return;
 }
+
