[Buildroot] [git commit] package/davfs2: fix indent

Peter Korsgaard peter at korsgaard.com
Mon Nov 9 10:00:11 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=62bb541d99e24177ad0119d347040da00131b510
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Peter Korsgaard <peter at korsgaard.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))


More information about the buildroot mailing list