From 3b64a5a512014aa6db0b2f6be545009f5a44a8be Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Mon, 3 Sep 2007 19:39:24 +0300 Subject: [PATCH] trailing spaces --- libntfs/attrib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs/attrib.c b/libntfs/attrib.c index 60e61edb..2f088cb9 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -1211,10 +1211,10 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b) errno = EIO; goto rl_err_out; } - + to_write = min(count, (rl->length << vol->cluster_size_bits) - ofs); - + /* Instantiate the hole. */ cur_vcn = rl->vcn; from_vcn = rl->vcn + (ofs >> vol->cluster_size_bits);