]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 27 Aug 1996 23:55:18 +0000 (23:55 +0000)
committerwessels <>
Tue, 27 Aug 1996 23:55:18 +0000 (23:55 +0000)
src/cache_cf.cc
src/main.cc

index e5843c4fd4476d98a011005d3b8e5b345b6f42fa..7ddee840b172912047143f72842dd440900b3a7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cache_cf.cc,v 1.74 1996/08/27 17:48:12 wessels Exp $
+ * $Id: cache_cf.cc,v 1.75 1996/08/27 17:55:18 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -596,8 +596,8 @@ static void parseQuickAbort()
        Config.quickAbort.pct = 0;
        Config.quickAbort.max = 0;
     } else {
-        if (sscanf(token, "%d", &i) != 1)
-                self_destruct();
+       if (sscanf(token, "%d", &i) != 1)
+           self_destruct();
        Config.quickAbort.min = i * 1024;
        GetInteger(i);
        Config.quickAbort.pct = i * 128 / 100;  /* 128 is full scale */
index 22d4c914caf06cd4dda38aa4304377ceac4ecc48..f59df7c805f1f2a6ee2b4174632235c4ee49b3e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.cc,v 1.65 1996/08/27 16:05:08 wessels Exp $
+ * $Id: main.cc,v 1.66 1996/08/27 17:57:46 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -629,7 +629,7 @@ int main(argc, argv)
            }
            break;
        case COMM_TIMEOUT:
-               break;
+           break;
        default:
            fatal_dump("MAIN: Internal error -- this should never happen.");
            break;