package/protozero: fix double space in Config.in comment

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2023-03-26 10:00:30 +02:00 committed by Thomas Petazzoni
parent 48311b11e0
commit 0472287484

View File

@ -16,5 +16,5 @@ config BR2_PACKAGE_PROTOZERO
https://github.com/mapbox/protozero
comment "protozero needs a toolchain w/ C++, gcc >= 4.7"
comment "protozero needs a toolchain w/ C++, gcc >= 4.7"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7