From: Bartosz Golaszewski Date: Tue, 2 Mar 2021 11:25:51 +0000 (+0100) Subject: build: add a space between arguments of AC_INIT() in configure.ac X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=afb9568444ef9ae6316d279162f71b8160cb48fa;p=qemu-gpiodev%2Flibgpiod.git build: add a space between arguments of AC_INIT() in configure.ac Make the AC_INIT() expansion consistent with other macros. Signed-off-by: Bartosz Golaszewski --- diff --git a/configure.ac b/configure.ac index 70896ce..e0a917f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([libgpiod],[2.0]) +AC_INIT([libgpiod], [2.0]) AC_SUBST(EXTRA_VERSION, [-devel]) AC_DEFINE_UNQUOTED([GPIOD_VERSION_STR],