aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-08-28 11:07:21 -0400
committerTony Crisci <tony@dubstepdish.com>2017-08-28 11:07:21 -0400
commitab1a12b17463757cbbed4ad472797a8ed699671b (patch)
tree6a06da44bac2bfbf4870c6e58890cd0719ecfe38
parent5c845f14ed72bcdbd45a2e719223c441846f62ad (diff)
fix formatting in types/meson.build
-rw-r--r--types/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/meson.build b/types/meson.build
index d0ed85fe..8b8b215b 100644
--- a/types/meson.build
+++ b/types/meson.build
@@ -16,7 +16,7 @@ lib_wlr_types = static_library('wlr_types', files(
'wlr_xdg_shell_v6.c',
'wlr_wl_shell.c',
'wlr_compositor.c',
- 'wlr_geometry.c',
+ 'wlr_geometry.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos])