From: Peter Seiderer Date: Tue, 7 May 2019 20:35:32 +0000 (+0200) Subject: package/jemalloc: eplace utf-8 space by ascii character X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ba20a6c8f344be9babe73fd8e82054a05b4f825;p=buildroot.git package/jemalloc: eplace utf-8 space by ascii character Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple ascii space character. Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- diff --git a/package/jemalloc/Config.in b/package/jemalloc/Config.in index 2bf762903d..c272d4522c 100644 --- a/package/jemalloc/Config.in +++ b/package/jemalloc/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS bool - # see include/jemalloc/internal/quantum.h + # see include/jemalloc/internal/quantum.h default y if BR2_arm || BR2_armeb default y if BR2_aarch64 || BR2_aarch64_be default y if BR2_i386 || BR2_x86_64