]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 2 Apr 1996 06:25:37 +0000 (06:25 +0000)
committerwessels <>
Tue, 2 Apr 1996 06:25:37 +0000 (06:25 +0000)
src/tools.cc

index 1520a55bfb2e7ba9272b4fdbeb04fee1a08f7c9d..1350f256fc64c418830c279ef5aec3624ad81b16 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $Id: tools.cc,v 1.19 1996/04/01 18:21:11 wessels Exp $ */
+/* $Id: tools.cc,v 1.20 1996/04/01 23:25:37 wessels Exp $ */
 
 /*
  * DEBUG: Section 21          tools
@@ -386,6 +386,6 @@ void setMaxFD()
 
 time_t getCurrentTime()
 {
-       gettimeofday(&current_time, NULL);
-       return cached_curtime = current_time.tv_sec;
+    gettimeofday(&current_time, NULL);
+    return cached_curtime = current_time.tv_sec;
 }