From fd6b33426962727b97e2ea2a63bfb7a018adcfaf Mon Sep 17 00:00:00 2001
From: Arnout Vandecappelle <arnout@mind.be>
Date: Sun, 25 Jun 2023 21:42:57 +0200
Subject: [PATCH] package/libcgroup: add newline at end of file

In commit 9d58b525fcfd0d92fcdd3c66d7858213c4b139c6 the newline at the
end got accidentally removed. Re-add it.

Reported by check-package.

Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
---
 package/libcgroup/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libcgroup/Config.in b/package/libcgroup/Config.in
index 546b5f3560..9326b967ed 100644
--- a/package/libcgroup/Config.in
+++ b/package/libcgroup/Config.in
@@ -18,4 +18,5 @@ config BR2_PACKAGE_LIBCGROUP_TOOLS
 endif
 
 comment "libcgroup needs a toolchain w/ C++"
-	depends on !BR2_INSTALL_LIBSTDCPP
\ No newline at end of file
+	depends on !BR2_INSTALL_LIBSTDCPP
+