]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 4 Nov 2009 01:47:56 +0000 (18:47 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 4 Nov 2009 01:47:56 +0000 (18:47 -0700)
include/profiling.h

index e9ae0c707ea4c08bd850b8a083ed1b6a9dac6698..49389e49e12d04a9cd9dc6d504d978ba0289a15f 100644 (file)
@@ -70,7 +70,7 @@ get_tick(void)
 static inline hrtime_t
 get_tick(void)
 {
-       return 0; //unsupported on the CPU
+    return 0; //unsupported on the CPU
 }
 #undef USE_XPROF_STATS
 #endif