From 6ed243fb2b3ffa8bce908fcc3e81761dd7010c72 Mon Sep 17 00:00:00 2001
From: Martin Weinelt <martin@darmstadt.freifunk.net>
Date: Sun, 13 Sep 2020 19:21:06 +0200
Subject: [PATCH] targets: fix mixed indentation

Co-authored-by: Jan-Niklas Burfeind <github@aiyionpri.me>
removed x86-legacy, added ramips-mt7621
---
 targets/lantiq-xrx200 | 8 ++++----
 targets/ramips-mt7621 | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index 364c0c31..047db6da 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -49,10 +49,10 @@ device('avm-fritz-box-7412', 'avm_fritz7412', {
 
 -- TP-Link
 
-  -- CAVEAT: These devices don't have a dedicated WAN port.
-  --         All ethernet ports on the device are bridged and
-  --         used as WAN ports. Clients connected to these
-  --         ports will be connected to your private network.
+-- CAVEAT: These devices don't have a dedicated WAN port.
+--         All ethernet ports on the device are bridged and
+--         used as WAN ports. Clients connected to these
+--         ports will be connected to your private network.
 
 device('tp-link-td-w8970', 'tplink_tdw8970', {
 	factory = false,
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 4cc218ad..92f33843 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -8,7 +8,7 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', {
 -- Cudy
 
 device('cudy-wr2100', 'cudy_wr2100', {
-        factory = false,
+	factory = false,
 })
 
 
-- 
GitLab