diff mbox series

package/fmt: get rid of extra space

Message ID 20210427181932.5284-1-b.bilas@grinn-global.com
State Accepted
Headers show
Series package/fmt: get rid of extra space | expand

Commit Message

Bartosz Bilas April 27, 2021, 6:19 p.m. UTC
Commit 32c10f256bbc3dd09a72d45107682afb4448f07b
introduced extra space so let's remove that in
order to be consistent with other variables.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 package/fmt/fmt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard April 28, 2021, 9:40 p.m. UTC | #1
>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Commit 32c10f256bbc3dd09a72d45107682afb4448f07b
 > introduced extra space so let's remove that in
 > order to be consistent with other variables.

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed, thanks.
Peter Korsgaard May 1, 2021, 12:16 p.m. UTC | #2
>>>>> "Bartosz" == Bartosz Bilas <b.bilas@grinn-global.com> writes:

 > Commit 32c10f256bbc3dd09a72d45107682afb4448f07b
 > introduced extra space so let's remove that in
 > order to be consistent with other variables.

 > Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk
index 7ea7b9d69c..332957982f 100644
--- a/package/fmt/fmt.mk
+++ b/package/fmt/fmt.mk
@@ -9,7 +9,7 @@  FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION)
 FMT_SOURCE = fmt-$(FMT_VERSION).zip
 FMT_LICENSE = MIT with exception
 FMT_LICENSE_FILES = LICENSE.rst
-FMT_CPE_ID_VENDOR  = fmt
+FMT_CPE_ID_VENDOR = fmt
 FMT_INSTALL_STAGING = YES
 
 FMT_CONF_OPTS = \