]> git.saurik.com Git - apple/boot.git/blobdiff - i386/libsaio/cache.c
boot-132.tar.gz
[apple/boot.git] / i386 / libsaio / cache.c
index 52a32e47c1329fc9b6df3240c3858050ae680eb2..8b79dbc91930c2d0eca7cd0b6042ed31fd654b2f 100644 (file)
@@ -100,8 +100,8 @@ void CacheInit( CICell ih, long blockSize )
 long CacheRead( CICell ih, char * buffer, long long offset,
                    long length, long cache )
 {
-       long       cnt, oldestEntry = 0, oldestTime, loadCache = 0;
-       CacheEntry *entry;
+    long       cnt, oldestEntry = 0, oldestTime, loadCache = 0;
+    CacheEntry *entry;
 
     // See if the data can be cached.
     if (cache && (gCacheIH == ih) && (length == gCacheBlockSize)) {