summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-08-30 19:22:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-09-05 17:28:01 +0100
commit313006557f1c152b091e208ada416a02e7829d6e (patch)
treed8f5773dd3befd6344fe0facb37da269b530ed26
parentClang format all the code (diff)
downloadnetfs-313006557f1c152b091e208ada416a02e7829d6e.tar.bz2
netfs-313006557f1c152b091e208ada416a02e7829d6e.tar.xz
netfs-313006557f1c152b091e208ada416a02e7829d6e.zip
Clang format all the code
-rw-r--r--Jamroot.jam2
-rw-r--r--netfs/fuse/fuseAppBase.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 1dd6e98..368a244 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -33,7 +33,9 @@ project
<toolset>tidy:<xcheckxx>hicpp-no-array-decay
<toolset>tidy:<checkxx>performance-*
<toolset>tidy:<exclude>daemonConfig.h
+ <toolset>tidy:<exclude>slicer-daemonConfig.cpp
<toolset>tidy:<exclude>fuseConfig.h
+ <toolset>tidy:<exclude>slicer-fuseConfig.cpp
<toolset>tidy:<exclude>directory.h
<toolset>tidy:<exclude>exceptions.h
<toolset>tidy:<exclude>file.h
diff --git a/netfs/fuse/fuseAppBase.cpp b/netfs/fuse/fuseAppBase.cpp
index f2c1f30..49bb1d9 100644
--- a/netfs/fuse/fuseAppBase.cpp
+++ b/netfs/fuse/fuseAppBase.cpp
@@ -182,8 +182,8 @@ FuseAppBase::lock(const char *, struct fuse_file_info *, int, struct flock *)
{
return -ENOSYS;
}
-// NOLINTNEXTLINE(modernize-avoid-c-arrays, hicpp-avoid-c-arrays)
int
+// NOLINTNEXTLINE(modernize-avoid-c-arrays, hicpp-avoid-c-arrays)
FuseAppBase::utimens(const char *, const struct timespec[2], struct fuse_file_info *)
{
return -ENOSYS;