From 0c1d1a0f24655c22a373c19aac90a6a225a353e6 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 8 Dec 2018 10:43:50 +0100 Subject: wanda: reformat source code --- src/wallpaper.hpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/wallpaper.hpp') 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 #include +#include #include #include namespace wanda { - -void set_wallpaper(std::filesystem::path wallpaper, std::shared_ptr logger); - -} // wanda - + void set_wallpaper(std::filesystem::path wallpaper, std::shared_ptr logger); +} // namespace wanda #endif \ No newline at end of file -- cgit v1.2.3