From 7b993f7450c67baa3b0faed2aceba30a18d244c3 Mon Sep 17 00:00:00 2001 From: Changli Gao Date: Tue, 31 Dec 2019 18:01:26 +0800 Subject: Style: Fix an indention in comments (#480) --- include/fuse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/fuse.h b/include/fuse.h index 4522f83..4d5a175 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -407,8 +407,8 @@ struct fuse_operations { * - When writeback caching is disabled, the filesystem is * expected to properly handle the O_APPEND flag and ensure * that each write is appending to the end of the file. - * - * - When writeback caching is enabled, the kernel will + * + * - When writeback caching is enabled, the kernel will * handle O_APPEND. However, unless all changes to the file * come through the kernel this will not work reliably. The * filesystem should thus either ignore the O_APPEND flag -- cgit v1.2.3