summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index 699763e..c1c21a0 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -6,8 +6,8 @@
#include "util.h"
#include <functional>
-#include <memory>
#include <unordered_map>
+#include <memory>
#include <vector>
// _ _
@@ -66,7 +66,7 @@ struct registry : public wayland_proxy<struct wl_registry> {
// \__,_|_|___/ .__/|_|\__,_|\__, |
// |_| |___/
struct display {
- std::unique_ptr<struct wl_display, void(*)(struct wl_display *)> d;
+ std::unique_ptr<struct wl_display, void (*)(struct wl_display *)> d;
struct registry r;
display();