Fix syntax issues and recovery generation

Change-Id: I2394ffb16fa06421c5f0cc5f5ee77db72d3399ba
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py
index dc4c75b..3b523a5 100644
--- a/tools/releasetools/common.py
+++ b/tools/releasetools/common.py
@@ -1375,7 +1375,7 @@
     "squashfs": "EMMC",
     "ext2": "EMMC",
     "ext3": "EMMC",
-    "vfat": "EMMC" }
+    "vfat": "EMMC"
 }
 
 def GetTypeAndDevice(mount_point, info):