1
0
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:
Falk Werner
2023-02-01 18:38:40 +01:00
committed by GitHub
parent 6214748495
commit 7a131d6024
2 changed files with 2 additions and 2 deletions

View File

@@ -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);