From 9e0da73bbfe9fc9a1d3a7a733edaff988125a6c6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Jul 2017 12:45:12 +1000 Subject: [PATCH] util: drop an unnecessary declaration Signed-off-by: Peter Hutterer --- src/libinput-util.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libinput-util.h b/src/libinput-util.h index 123dbf03..ebadb9ff 100644 --- a/src/libinput-util.h +++ b/src/libinput-util.h @@ -350,10 +350,7 @@ matrix_to_relative(struct matrix *dest, const struct matrix *src) * upon success or -1 upon failure. In the case of failure the pointer is set * to NULL. */ -static inline int -xasprintf(char **strp, const char *fmt, ...) - LIBINPUT_ATTRIBUTE_PRINTF(2, 3); - +LIBINPUT_ATTRIBUTE_PRINTF(2, 3) static inline int xasprintf(char **strp, const char *fmt, ...) {