From 43995c46241124ca0078c47b4f1f941d14a93b57 Mon Sep 17 00:00:00 2001
From: Andreas Ziegler <rotanid@users.noreply.github.com>
Date: Mon, 9 Mar 2020 22:19:07 +0100
Subject: [PATCH] codestyle: replace leading spaces with tabs in target files
 (#1954)

---
 targets/ath79-generic | 2 +-
 targets/lantiq-xrx200 | 8 ++++----
 targets/lantiq-xway   | 4 ++--
 targets/mpc85xx-p1020 | 4 ++--
 targets/ramips-mt7620 | 6 +++---
 targets/ramips-mt7621 | 2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/targets/ath79-generic b/targets/ath79-generic
index 7caf65785..6d84dde72 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -49,7 +49,7 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
 -- GL.iNet
 
 device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
-    factory = false,
+	factory = false,
 })
 
 -- OCEDO
diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index 60d2f9ca5..aba9f396d 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -1,14 +1,14 @@
 device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {
-        factory = false,
-        aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
+	factory = false,
+	aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
 })
 
 device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
-        factory = false,
+	factory = false,
 })
 
 device('avm-fritz-box-7412', 'avm_fritz7412', {
-        factory = false,
+	factory = false,
 })
 
 -- TP-Link
diff --git a/targets/lantiq-xway b/targets/lantiq-xway
index bc556d7a1..7810df9f4 100644
--- a/targets/lantiq-xway
+++ b/targets/lantiq-xway
@@ -3,6 +3,6 @@ device('avm-fritz-box-7312', 'avm_fritz7312', {
 })
 
 device('avm-fritz-box-7320', 'avm_fritz7320', {
-        factory = false,
-        aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'},
+	factory = false,
+	aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'},
 })
diff --git a/targets/mpc85xx-p1020 b/targets/mpc85xx-p1020
index ee120111e..952b99981 100644
--- a/targets/mpc85xx-p1020
+++ b/targets/mpc85xx-p1020
@@ -1,7 +1,7 @@
 -- Aerohive
 
 device('aerohive-hiveap-330', 'hiveap-330', {
-        factory = false,
+	factory = false,
 })
 
 
@@ -15,6 +15,6 @@ device('enterasys-ws-ap3710i', 'ws-ap3710i', {
 -- OCEDO
 
 device('ocedo-panda', 'panda', {
-        factory = false,
+	factory = false,
 })
 
diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620
index 9dd6a2d9e..ff2e4529a 100644
--- a/targets/ramips-mt7620
+++ b/targets/ramips-mt7620
@@ -35,11 +35,11 @@ device('nexx-wt3020-8m', 'wt3020-8M', {
 
 local tplink_region_suffix = ''
 if (env.GLUON_REGION or '') ~= '' then
-        tplink_region_suffix = '-' .. env.GLUON_REGION
+	tplink_region_suffix = '-' .. env.GLUON_REGION
 end
 
 device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
-        factory = false,
+	factory = false,
 })
 
 device('tp-link-archer-c20-v1', 'tplink_c20-v1')
@@ -47,7 +47,7 @@ device('tp-link-archer-c20-v1', 'tplink_c20-v1')
 device('tp-link-archer-c20i', 'ArcherC20i')
 
 device('tp-link-archer-c50', 'ArcherC50v1', {
-        factory = '-squashfs-factory' .. tplink_region_suffix,
+	factory = '-squashfs-factory' .. tplink_region_suffix,
 })
 
 
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 9b3ddf86e..978eb619f 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -13,7 +13,7 @@ device('d-link-dir-860l-b1', 'dir-860l-b1')
 -- Netgear
 
 device('netgear-ex6150', 'netgear_ex6150', {
-        factory_ext = '.chk',
+	factory_ext = '.chk',
 })
 
 device('netgear-r6220', 'r6220', {
-- 
GitLab