From ab1a12b17463757cbbed4ad472797a8ed699671b Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 28 Aug 2017 11:07:21 -0400 Subject: [PATCH] fix formatting in types/meson.build --- types/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])