All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libfuse: drop spurious spaces
@ 2021-12-02 17:48 Fabrice Fontaine
  2021-12-03 16:43 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-12-02 17:48 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Drop spurious spaces added by commit
ea62ff85b59aa1ff7757787061eb451b4b4780df

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libfuse/libfuse.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk
index 6dce641f7f..723060931f 100644
--- a/package/libfuse/libfuse.mk
+++ b/package/libfuse/libfuse.mk
@@ -38,7 +38,7 @@ define LIBFUSE_INSTALL_TARGET_CMDS
 endef
 
 define LIBFUSE_DEVICES
-	/dev/fuse  c  666  0  0  10  229  0  0  -
+	/dev/fuse c 666 0 0 10 229 0 0 -
 endef
 
 define LIBFUSE_PERMISSIONS
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libfuse: drop spurious spaces
  2021-12-02 17:48 [Buildroot] [PATCH 1/1] package/libfuse: drop spurious spaces Fabrice Fontaine
@ 2021-12-03 16:43 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-12-03 16:43 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Drop spurious spaces added by commit
 > ea62ff85b59aa1ff7757787061eb451b4b4780df

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-03 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 17:48 [Buildroot] [PATCH 1/1] package/libfuse: drop spurious spaces Fabrice Fontaine
2021-12-03 16:43 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.