Fix indentation.

Approved by:	pjd (mentor)
This commit is contained in:
Mikolaj Golub 2011-07-13 05:32:55 +00:00
parent 305a0c9111
commit adca96f861
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223974

View File

@ -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);
}