gn format // regressions

Presubmit added here: https://codereview.chromium.org/779383004/.

[email protected], [email protected]
BUG=348474

Review URL: https://codereview.chromium.org/755143005

Cr-Commit-Position: refs/heads/master@{#307281}
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index bc035a4..9acd3e78 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -57,7 +57,8 @@
   DEPRECATED_java_in_dir = "java/src"
 }
 
-content_shell_manifest = "$target_gen_dir/content_shell_manifest/AndroidManifest.xml"
+content_shell_manifest =
+    "$target_gen_dir/content_shell_manifest/AndroidManifest.xml"
 
 jinja_template("content_shell_manifest") {
   testonly = true
@@ -169,8 +170,8 @@
 }
 
 if (cpu_arch != "x64" && cpu_arch != "arm64") {
-
-  chromium_linker_test_manifest = "$target_gen_dir/linker_test_apk/AndroidManifest.xml"
+  chromium_linker_test_manifest =
+      "$target_gen_dir/linker_test_apk/AndroidManifest.xml"
 
   jinja_template("chromium_linker_test_manifest") {
     testonly = true