aboutsummaryrefslogtreecommitdiff
path: root/src/wallpaper.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/wallpaper.hpp
parentf22d1b76c9a957a679b57ddcb67b33cc73a15de1 (diff)
downloadwanda-0c1d1a0f24655c22a373c19aac90a6a225a353e6.tar.xz
wanda-0c1d1a0f24655c22a373c19aac90a6a225a353e6.zip
wanda: reformat source code
Diffstat (limited to 'src/wallpaper.hpp')
-rw-r--r--src/wallpaper.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/wallpaper.hpp b/src/wallpaper.hpp
index 8017d65..059a2f8 100644
--- a/src/wallpaper.hpp
+++ b/src/wallpaper.hpp
@@ -1,18 +1,15 @@
#ifndef WANDA_WALLPAPER_HPP
#define WANDA_WALLPAPER_HPP
-#include <spdlog/spdlog.h>
#include <spdlog/sinks/null_sink.h>
+#include <spdlog/spdlog.h>
#include <filesystem>
#include <memory>
namespace wanda
{
-
-void set_wallpaper(std::filesystem::path wallpaper, std::shared_ptr<spdlog::logger> logger);
-
-} // wanda
-
+ void set_wallpaper(std::filesystem::path wallpaper, std::shared_ptr<spdlog::logger> logger);
+} // namespace wanda
#endif \ No newline at end of file