Fix bpfmt

Bug: N/A
Test: N/A
Flag: NONE trivial format change
Change-Id: I8f6293dcc47a4ead347c4861ba929d4b3042c311
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index f24f31d..d7006b5 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -210,7 +210,10 @@
 // sepolicy sha256 for vendor
 genrule {
     name: "microdroid_plat_sepolicy_and_mapping.sha256_gen",
-    srcs: [":microdroid_plat_sepolicy.cil", ":microdroid_plat_mapping_file"],
+    srcs: [
+        ":microdroid_plat_sepolicy.cil",
+        ":microdroid_plat_mapping_file",
+    ],
     out: ["microdroid_plat_sepolicy_and_mapping.sha256"],
     cmd: "cat $(in) | sha256sum | cut -d' ' -f1 > $(out)",
 }
@@ -254,7 +257,7 @@
     tools: ["fc_sort"],
     out: ["file_contexts"],
     cmd: "sed -e 's/#.*$$//' -e '/^$$/d' $(in) > $(out).tmp && " +
-         "$(location fc_sort) -i $(out).tmp -o $(out)",
+        "$(location fc_sort) -i $(out).tmp -o $(out)",
 }
 
 prebuilt_etc {
@@ -271,7 +274,7 @@
     tools: ["fc_sort"],
     out: ["file_contexts"],
     cmd: "sed -e 's/#.*$$//' -e '/^$$/d' $(in) > $(out).tmp && " +
-         "$(location fc_sort) -i $(out).tmp -o $(out)",
+        "$(location fc_sort) -i $(out).tmp -o $(out)",
 }
 
 prebuilt_etc {