aboutsummaryrefslogtreecommitdiff
path: root/src/xdg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdg.hpp')
-rw-r--r--src/xdg.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xdg.hpp b/src/xdg.hpp
index a5dace0..b57a34f 100644
--- a/src/xdg.hpp
+++ b/src/xdg.hpp
@@ -9,17 +9,17 @@
namespace wanda
{
-enum struct xdg_directory : std::underlying_type_t<std::byte>
-{
+ enum struct xdg_directory : std::underlying_type_t<std::byte>
+ {
data_home,
config_home,
cache_home,
runtime_dir,
-};
+ };
-std::string xdg_variable(xdg_directory directory);
+ std::string xdg_variable(xdg_directory directory);
-std::filesystem::path xdg_path_for(xdg_directory directory, environment const &environment);
-} // namespace wanda
+ std::filesystem::path xdg_path_for(xdg_directory directory, environment const & environment);
+} // namespace wanda
#endif \ No newline at end of file