remove makefile extra tab

Change-Id: I20564e801d307935b9669db81665cc0ed130e698
Signed-off-by: gunjan5 <gupatel@ciena.com>
diff --git a/config-generator/links.tpl b/config-generator/links.tpl
new file mode 100644
index 0000000..4f39412
--- /dev/null
+++ b/config-generator/links.tpl
@@ -0,0 +1,7 @@
+ "links": {
+{{ range . }}
+    "{{ .Val }}": {
+         "basic": {}
+     }{{ .Comma }}{{ end }}
+ },
+