Commit c533577e authored by Marc Vef's avatar Marc Vef
Browse files

some more formatting changes

parent 49646df3
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ using namespace std;
 * may also be NULL if the file is open.
 */
int adafs_getattr(const char* p, struct stat* attr, struct fuse_file_info* fi) {
    ADAFS_DATA->logger->info(" ##### FUSE FUNC ###### adafs_getattr() enter: name '{}' initial_inode {}", p, attr->st_ino);
    ADAFS_DATA->logger->debug("##### FUSE FUNC ###### adafs_getattr() enter: name '{}' initial_inode {}", p,
                              attr->st_ino);
    auto path = bfs::path(p);
    auto md = make_shared<Metadata>();

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.