From 3988597afc6b1e0b69b3a08373faa614b22c3ff9 Mon Sep 17 00:00:00 2001 From: Jun Hiroe Date: Sat, 3 May 2014 02:20:23 +0900 Subject: Fix indent --- src/gc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gc.c b/src/gc.c index 2660ffcc7..4478b71f3 100644 --- a/src/gc.c +++ b/src/gc.c @@ -121,9 +121,9 @@ static double gc_total_time = 0; static double gettimeofday_time(void) { - struct timeval tv; - gettimeofday(&tv, NULL); - return tv.tv_sec + tv.tv_usec * 1e-6; + struct timeval tv; + gettimeofday(&tv, NULL); + return tv.tv_sec + tv.tv_usec * 1e-6; } #define GC_INVOKE_TIME_REPORT(with) do {\ -- cgit v1.2.3