From: Hirokazu MORIKAWA Date: Mon, 11 Sep 2017 03:00:31 +0000 (+0900) Subject: node: delete unnecessary TAB characters at the end of a line X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dd3dbcfd070a5cd0532a75f4edde2c8d629b6cb2;p=openwrt-packages.git node: delete unnecessary TAB characters at the end of a line Signed-off-by: Hirokazu MORIKAWA --- diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 7938c804b..9e54a0632 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -10,4 +10,3 @@ if (homeDir) { paths.unshift(path.resolve(homeDir, '.node_libraries')); - \ No newline at end of file