aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2011-07-13 05:32:55 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2011-07-13 05:32:55 +0000
commitadca96f8617b5e0320301b266294246e8b276cbc (patch)
tree03409733369b7fdd6104117fcf9afe1bf3e643be /sbin
parent305a0c9111bf0cdf091bea5b6a0a3331cedb8b5c (diff)
downloadsrc-adca96f8617b5e0320301b266294246e8b276cbc.tar.gz
src-adca96f8617b5e0320301b266294246e8b276cbc.zip
Fix indentation.
Approved by: pjd (mentor)
Notes
Notes: svn path=/head/; revision=223974
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/primary.c2
1 files changed, 1 insertions, 1 deletions
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);
}