Formatting.

This commit is contained in:
Mikaël Capelle
2024-06-12 22:03:34 +02:00
parent ca4c2ed474
commit cad0eca997
+3 -1
View File
@@ -237,7 +237,9 @@ namespace mob {
conf_paths();
#define VALUE(NAME) \
fs::path NAME() const {return get(#NAME); \
fs::path NAME() const \
{ \
return get(#NAME); \
}
VALUE(third_party);