Reformat all .bp files using bpfmt -w

Bug: 132757397
Test: TH
Change-Id: I1201b3e6116ba5f1578e800fd65ecdd2f13a6645
diff --git a/openjdk_java_files.bp b/openjdk_java_files.bp
index afd6bb2..334509c 100644
--- a/openjdk_java_files.bp
+++ b/openjdk_java_files.bp
@@ -1363,6 +1363,7 @@
         "ojluni/src/lambda/java/java/lang/invoke/SerializedLambda.java",
     ],
 }
+
 filegroup {
     name: "openjdk_lambda_duplicate_stub_files",
     srcs: [
@@ -1828,7 +1829,7 @@
     srcs: [":openjdk_javadoc_files"],
     installable: false,
     no_framework_libs: true,
-    args: "--exclude-documentation-from-stubs"
+    args: "--exclude-documentation-from-stubs",
 }
 
 // Generates stub files for the classes exposed in the intra-core or
@@ -1843,7 +1844,7 @@
     ],
     installable: false,
     no_framework_libs: true,
-    args: "--exclude-documentation-from-stubs "
-        + "--hide-annotation libcore.api.Hide ",
+    args: "--exclude-documentation-from-stubs " +
+        "--hide-annotation libcore.api.Hide ",
     merge_inclusion_annotations_dirs: ["ojluni-annotated-mmodule-stubs"],
 }