[Buildroot] [git commit] package/nodejs: fix check-package warnings

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 22 21:18:46 UTC 2019


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

Fixes:

package/nodejs/nodejs.mk:73: expected indent with tabs
package/nodejs/nodejs.mk:74: expected indent with tabs
package/nodejs/nodejs.mk:75: expected indent with tabs

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/nodejs/nodejs.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 642ada8167..dbde869937 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -70,9 +70,9 @@ define HOST_NODEJS_CONFIGURE_CMDS
 endef
 
 NODEJS_HOST_TOOLS_V8 = \
-        torque \
-        gen-regexp-special-case \
-        bytecode_builtins_list_generator
+	torque \
+	gen-regexp-special-case \
+	bytecode_builtins_list_generator
 NODEJS_HOST_TOOLS_NODE = mkcodecache
 NODEJS_HOST_TOOLS = $(NODEJS_HOST_TOOLS_V8) $(NODEJS_HOST_TOOLS_NODE)
 



More information about the buildroot mailing list