[Buildroot] [git commit branch/2022.05.x] package/netsniff-ng: fix spurious space and tab

Peter Korsgaard peter at korsgaard.com
Tue Aug 16 08:18:02 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=4a6308d9c69350910d4e4687a6324ae3a5aca399
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.05.x

Fix spurious space and tab added by commit
b0f98d5800b288500752ef51b969d9a3cb92e897

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 76a6008b8a21f45fb8355861421cd84d1d24eda9)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/netsniff-ng/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/netsniff-ng/Config.in b/package/netsniff-ng/Config.in
index 6b043362ba..bbb4172cd3 100644
--- a/package/netsniff-ng/Config.in
+++ b/package/netsniff-ng/Config.in
@@ -30,5 +30,5 @@ endif
 
 comment "netsniff-ng needs a toolchain w/ threads, headers >= 3.0"
 	depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
-	depends on !BR2_TOOLCHAIN_HAS_THREADS  || \
-			!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
+		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0



More information about the buildroot mailing list