mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
refactor: clang-format
This commit is contained in:
parent
dafcc2148a
commit
44a7e6cf8b
@ -217,8 +217,7 @@ struct dwarfs_userdata {
|
||||
|
||||
// TODO: better error handling
|
||||
|
||||
#define DWARFS_OPT(t, p, v) \
|
||||
{ t, offsetof(struct options, p), v }
|
||||
#define DWARFS_OPT(t, p, v) {t, offsetof(struct options, p), v}
|
||||
|
||||
constexpr struct ::fuse_opt dwarfs_opts[] = {
|
||||
// TODO: user, group, atime, mtime, ctime for those fs who don't have it?
|
||||
|
Loading…
x
Reference in New Issue
Block a user