Style: Fix an indention in comments (#480)
authorChangli Gao <xiaosuo@gmail.com>
Tue, 31 Dec 2019 10:01:26 +0000 (18:01 +0800)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 31 Dec 2019 10:01:26 +0000 (10:01 +0000)
include/fuse.h

index 4522f836f258d7893af83154755d041a0ea04bab..4d5a175d70b481fe5afa50b799ae1a76eb433fac 100644 (file)
@@ -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