mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
Apply suggestions from code review
This commit is contained in:
@@ -31,7 +31,7 @@ enum class request_type: uint8_t
|
||||
rmdir = 0x14,
|
||||
statfs = 0x15,
|
||||
utimens = 0x16,
|
||||
getcreds =0x17
|
||||
getcreds = 0x17
|
||||
};
|
||||
|
||||
request_type get_request_type(uint8_t value);
|
||||
|
||||
Reference in New Issue
Block a user