From 50c3c06b82ba36f4e9af8924da4eda45e4e272a6 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 12 Dec 2022 19:22:19 +0100 Subject: [PATCH] tests: add the missing newline to tests' Makefile.am Git complains about the missing newline in tests/Makefile.am so make it happy and add one. Signed-off-by: Bartosz Golaszewski --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 392f03c..c1239fe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,4 +31,4 @@ gpiod_test_SOURCES = \ tests-line-request.c \ tests-line-settings.c \ tests-misc.c \ - tests-request-config.c \ No newline at end of file + tests-request-config.c -- 2.30.2