From 313006557f1c152b091e208ada416a02e7829d6e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 30 Aug 2020 19:22:42 +0100 Subject: Clang format all the code --- Jamroot.jam | 2 ++ netfs/fuse/fuseAppBase.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jamroot.jam b/Jamroot.jam index 1dd6e98..368a244 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -33,7 +33,9 @@ project tidy:hicpp-no-array-decay tidy:performance-* tidy:daemonConfig.h + tidy:slicer-daemonConfig.cpp tidy:fuseConfig.h + tidy:slicer-fuseConfig.cpp tidy:directory.h tidy:exceptions.h tidy: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; -- cgit v1.2.3