[Buildroot] [PATCH 1/1] package/davfs2: fix indent

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Nov 7 15:55:40 UTC 2020


Fix the following check-package warning added by commit
a2b98a6add92e38dbcd4ca9fda25454a38c719e3:

package/davfs2/davfs2.mk:22: expected indent with tabs

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

diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
index bc2aa79646..1099f1b13b 100644
--- a/package/davfs2/davfs2.mk
+++ b/package/davfs2/davfs2.mk
@@ -19,7 +19,7 @@ DAVFS2_CONF_ENV += \
 	LIBS=$(TARGET_NLS_LIBS)
 
 define DAVFS2_USERS
-        davfs2 -1 davfs2 -1 * - - - davfs user
+	davfs2 -1 davfs2 -1 * - - - davfs user
 endef
 
 $(eval $(autotools-package))
-- 
2.28.0



More information about the buildroot mailing list