]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
formatting
authorwessels <>
Thu, 12 Feb 1998 04:42:28 +0000 (04:42 +0000)
committerwessels <>
Thu, 12 Feb 1998 04:42:28 +0000 (04:42 +0000)
src/store_rebuild.cc

index 56054e5bf2907705af8e02eef8fa88648c496968..5a8781a342d70058737f8adabb3dfaab56fb3daa 100644 (file)
@@ -566,9 +566,11 @@ storeValidate(StoreEntry * e, STVLDCB callback, void *callback_data, void *tag)
 #if USE_ASYNC_IO
     aioStat(path, sb, storeValidateComplete, ctrlp, tag);
 #else
-    /* When evaluating the actual arguments in a function call, the order
+    /*
+     * When evaluating the actual arguments in a function call, the order
      * in which the arguments and the function expression are evaluated is
-     * not specified; */
+     * not specified;
+     */
     x = stat(path, sb);
     storeValidateComplete(ctrlp, x, errno);
 #endif