summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.c
diff options
context:
space:
mode:
authorKarel Zak2015-08-05 13:22:05 +0200
committerKarel Zak2015-08-05 13:22:05 +0200
commit7ff635bff43d8b257978443202bc758cd30f0ac5 (patch)
tree8835c700bfa71e0d3d29399d5ac8cf2e3de30f71 /sys-utils/fallocate.c
parenttools: add hexdump badconv() to noreturn smatch list (diff)
downloadkernel-qcow2-util-linux-7ff635bff43d8b257978443202bc758cd30f0ac5.tar.gz
kernel-qcow2-util-linux-7ff635bff43d8b257978443202bc758cd30f0ac5.tar.xz
kernel-qcow2-util-linux-7ff635bff43d8b257978443202bc758cd30f0ac5.zip
misc: fix indention [smatch scan]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/fallocate.c')
-rw-r--r--sys-utils/fallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c
index d7e591cd8..0cf32ecb3 100644
--- a/sys-utils/fallocate.c
+++ b/sys-utils/fallocate.c
@@ -170,7 +170,7 @@ static int is_nul(void *buf, size_t bufsize)
while (*cp++ == 0)
continue;
- return cbuf + bufsize < cp;
+ return cbuf + bufsize < cp;
}
static void dig_holes(int fd, off_t off, off_t len)