Skip to content

Commit

Permalink
revert debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iDmple committed Dec 7, 2023
1 parent 25c637e commit 56fe511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ static void hello_ll_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr,
attributes.setStBlksize(attr->st_blksize);
attributes.setStBlocks(attr->st_blocks);

// clang-format off
// clang-format off
#if defined(__APPLE__)
stAtime.setTvSec(attr->st_atimespec.tv_sec);
stAtime.setTvNSec(attr->st_atimespec.tv_nsec);
Expand Down

0 comments on commit 56fe511

Please sign in to comment.