[BUILD.gn] `fx format-code`

Change-Id: I9ad8da421877807f01ada5a60493acd85a2a5ff6
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openssh-portable/+/376894
Reviewed-by: Bruno Dal Bo <brunodalbo@google.com>
Commit-Queue: Tamir Duberstein <tamird@google.com>
diff --git a/BUILD.gn b/BUILD.gn
index 4bbee4c..2253516 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -55,13 +55,13 @@
     "fuchsia/fuchsia-compat.h",
   ]
   public_deps = [
-    "//zircon/system/fidl/fuchsia-hardware-pty:fuchsia-hardware-pty_c",
     "//zircon/public/lib/async",
     "//zircon/public/lib/async-loop",
     "//zircon/public/lib/async-loop-default",
     "//zircon/public/lib/fdio",
     "//zircon/public/lib/loader-service",
     "//zircon/public/lib/zircon-internal",
+    "//zircon/system/fidl/fuchsia-hardware-pty:fuchsia-hardware-pty_c",
   ]
   configs += [ ":fuchsia" ]
 }
@@ -106,9 +106,7 @@
 }
 
 source_set("umac128") {
-  sources = [
-    "umac.c",
-  ]
+  sources = [ "umac.c" ]
   configs += [
     ":umac128_config",
     ":fuchsia",
@@ -345,9 +343,7 @@
     ":fuchsia",
     ":openbsd-compat-config",
   ]
-  public_deps = [
-    "//zircon/public/lib/fdio",
-  ]
+  public_deps = [ "//zircon/public/lib/fdio" ]
 }
 
 executable("ssh") {
@@ -360,9 +356,7 @@
     "sshconnect2.c",
     "sshtty.c",
   ]
-  deps = [
-    ":libssh",
-  ]
+  deps = [ ":libssh" ]
   configs += [ ":fuchsia" ]
 }
 
@@ -436,29 +430,20 @@
     ":libssh",
     "//zircon/public/lib/fdio",
   ]
-  public_deps = [
-    "//zircon/system/fidl/fuchsia-hardware-pty:fuchsia-hardware-pty_c",
-  ]
+  public_deps =
+      [ "//zircon/system/fidl/fuchsia-hardware-pty:fuchsia-hardware-pty_c" ]
 }
 
 executable("ssh-keygen") {
   configs += [ ":fuchsia" ]
-  sources = [
-    "ssh-keygen.c",
-  ]
-  deps = [
-    ":libssh",
-  ]
+  sources = [ "ssh-keygen.c" ]
+  deps = [ ":libssh" ]
 }
 
 executable("hostkeygen") {
   configs += [ ":fuchsia" ]
-  sources = [
-    "fuchsia/hostkeygen/hostkeygen.c",
-  ]
-  deps = [
-    ":libssh",
-  ]
+  sources = [ "fuchsia/hostkeygen/hostkeygen.c" ]
+  deps = [ ":libssh" ]
 }
 
 executable("sftp-server") {
@@ -468,9 +453,7 @@
     "sftp-server.c",
   ]
   configs += [ ":fuchsia" ]
-  deps = [
-    ":libssh",
-  ]
+  deps = [ ":libssh" ]
 }
 
 executable("scp") {
@@ -479,7 +462,5 @@
     "scp.c",
   ]
   configs += [ ":fuchsia" ]
-  deps = [
-    ":libssh",
-  ]
+  deps = [ ":libssh" ]
 }