From a808cafee870146ff52f23fef359f7211c8654b4 Mon Sep 17 00:00:00 2001 From: marko Date: Tue, 29 May 2007 08:41:59 +0000 Subject: [PATCH] srv_lock_timeout_and_monitor_thread(): Correct the indentation that was broken in r1521. --- srv/srv0srv.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srv/srv0srv.c b/srv/srv0srv.c index 9f5328af9b4..7dc9937c153 100644 --- a/srv/srv0srv.c +++ b/srv/srv0srv.c @@ -1930,9 +1930,10 @@ loop: mutex_exit(&srv_monitor_file_mutex); } - if (srv_print_innodb_tablespace_monitor - && difftime(current_time, last_tablespace_monitor_time) > 60) { - last_tablespace_monitor_time = time(NULL); + if (srv_print_innodb_tablespace_monitor + && difftime(current_time, + last_tablespace_monitor_time) > 60) { + last_tablespace_monitor_time = time(NULL); fputs("========================" "========================\n",