From: Automatic source maintenance Date: Wed, 4 Nov 2009 01:47:56 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_1_0_15~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aa088981dde397914f0468abb8a3174a3696d44;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/include/profiling.h b/include/profiling.h index e9ae0c707e..49389e49e1 100644 --- a/include/profiling.h +++ b/include/profiling.h @@ -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