From adca96f8617b5e0320301b266294246e8b276cbc Mon Sep 17 00:00:00 2001 From: Mikolaj Golub Date: Wed, 13 Jul 2011 05:32:55 +0000 Subject: [PATCH] Fix indentation. Approved by: pjd (mentor) --- sbin/hastd/primary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c index e1f2ba4d819b..dd414f8bbf43 100644 --- a/sbin/hastd/primary.c +++ b/sbin/hastd/primary.c @@ -1688,7 +1688,7 @@ ggate_send_thread(void *arg) if (ggio->gctl_error == 0 && ggio->gctl_cmd == BIO_WRITE) { mtx_lock(&res->hr_amp_lock); if (activemap_write_complete(res->hr_amp, - ggio->gctl_offset, ggio->gctl_length)) { + ggio->gctl_offset, ggio->gctl_length)) { res->hr_stat_activemap_update++; (void)hast_activemap_flush(res); }