aboutsummaryrefslogtreecommitdiff
path: root/src/xdg.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-08 10:43:50 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-08 10:43:50 +0100
commit0c1d1a0f24655c22a373c19aac90a6a225a353e6 (patch)
treee65fe3c5f8b80bb59910c81c700eb3ed545848bb /src/xdg.hpp
parentf22d1b76c9a957a679b57ddcb67b33cc73a15de1 (diff)
downloadwanda-0c1d1a0f24655c22a373c19aac90a6a225a353e6.tar.xz
wanda-0c1d1a0f24655c22a373c19aac90a6a225a353e6.zip
wanda: reformat source code
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