From 053c16c5a3b4733746ae19a7b10a9678899ed470 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Sat, 28 Jun 2014 22:41:29 +0200 Subject: [PATCH] Fix coding style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 99a3b2f5..ff67ce7c 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -815,7 +815,7 @@ libinput_udev_create_context(const struct libinput_interface *interface, */ int libinput_udev_assign_seat(struct libinput *libinput, - const char *seat_id); + const char *seat_id); /** * @ingroup base -- 2.34.1