Fix typo in update makefiles. am: 9df7e12951 am: daff25713c
am: 1bb6633447

Change-Id: If3849cf48b9f905f4ad8cd325ddfcbd0ae129bb4
diff --git a/wifi/keystore/1.0/Android.bp b/wifi/keystore/1.0/Android.bp
index 91f4555..ab4d027 100644
--- a/wifi/keystore/1.0/Android.bp
+++ b/wifi/keystore/1.0/Android.bp
@@ -119,7 +119,8 @@
     name: "android.system.wifi.keystore@1.0-adapter_genc++",
     tools: ["hidl-gen"],
     cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0",
-    out: ["main.cpp"]}
+    out: ["main.cpp"]
+}
 
 cc_test {
     name: "android.system.wifi.keystore@1.0-adapter",