aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChangli Gao <xiaosuo@gmail.com>2019-12-31 18:01:26 +0800
committerNikolaus Rath <Nikolaus@rath.org>2019-12-31 10:01:26 +0000
commit7b993f7450c67baa3b0faed2aceba30a18d244c3 (patch)
tree9bdae564aa33a7de288c010e8d191ac904f337eb /include
parent2cfce3990904528788db674186986cc069e03ed2 (diff)
downloadlibfuse-7b993f7450c67baa3b0faed2aceba30a18d244c3.tar.gz
Style: Fix an indention in comments (#480)
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h4
1 files changed, 2 insertions, 2 deletions
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