Run bpfmt

cd art; find . -name '*.bp' | xargs bpfmt -w

Test: mmma art
Change-Id: Iec406b734180313b98a58b99a776738772e63cc1
diff --git a/runtime/Android.bp b/runtime/Android.bp
index de8f4ff..a3a45e1 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -358,7 +358,7 @@
             shared_libs: [
                 // For android::FileMap used by libziparchive.
                 "libutils",
-                "libtombstoned_client"
+                "libtombstoned_client",
             ],
             static_libs: [
                 // ZipArchive support, the order matters here to get all symbols.
@@ -491,8 +491,8 @@
 art_cc_library {
     name: "libartd",
     defaults: [
-       "art_debug_defaults",
-       "libart_defaults",
+        "art_debug_defaults",
+        "libart_defaults",
     ],
 }
 
@@ -501,12 +501,12 @@
     defaults: ["libart-gtest-defaults"],
     srcs: [
         "common_runtime_test.cc",
-        "dexopt_test.cc"
+        "dexopt_test.cc",
     ],
     shared_libs: [
         "libartd",
         "libbase",
-        "libbacktrace"
+        "libbacktrace",
     ],
 }
 
@@ -611,7 +611,7 @@
         "libbacktrace",
     ],
     header_libs: [
-        "art_cmdlineparser_headers",  // For parsed_options_test.
+        "art_cmdlineparser_headers", // For parsed_options_test.
     ],
 }
 
@@ -633,7 +633,7 @@
 }
 
 cc_library_headers {
-  name: "libart_runtime_headers",
-  host_supported: true,
-  export_include_dirs: ["."],
+    name: "libart_runtime_headers",
+    host_supported: true,
+    export_include_dirs: ["."],
 }