From: Fabrice Fontaine Date: Sat, 7 Nov 2020 15:55:40 +0000 (+0100) Subject: package/davfs2: fix indent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62bb541d99e24177ad0119d347040da00131b510;p=buildroot.git package/davfs2: fix indent Fix the following check-package warning added by commit a2b98a6add92e38dbcd4ca9fda25454a38c719e3: package/davfs2/davfs2.mk:22: expected indent with tabs Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- 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))