libgpiod: remove stray newline

There's an additional, unneeded newline at the end of libgpiod.inc.
Remove it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2024-11-13 18:04:08 +01:00
committed by Khem Raj
parent b7fec3e16f
commit ce1da22eff
@@ -53,4 +53,3 @@ do_install_ptest() {
install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/ install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/
done done
} }