remove makefile extra tab

Change-Id: I20564e801d307935b9669db81665cc0ed130e698
Signed-off-by: gunjan5 <gupatel@ciena.com>
diff --git a/config-generator/ports.tpl b/config-generator/ports.tpl
new file mode 100644
index 0000000..1252024
--- /dev/null
+++ b/config-generator/ports.tpl
@@ -0,0 +1,11 @@
+"ports": {
+{{ range . }}
+  "{{ .Location.ElementID }}/{{ .Location.Port }}" : {
+    	"interfaces": [
+    		{
+        		"ips" : [ "{{ .Gateway }}254/24" ]
+    		}
+    	]
+	}{{ .Comma }}{{ end }}
+ },
+