Index: components/wifi/BUILD.gn |
diff --git a/components/wifi/BUILD.gn b/components/wifi/BUILD.gn |
index 14bf54e2d79ac454b2c08ceba2ab6326dcad9489..7d27426b6cc31010402598b729d81b7b89266553 100644 |
--- a/components/wifi/BUILD.gn |
+++ b/components/wifi/BUILD.gn |
@@ -13,9 +13,7 @@ component("wifi") { |
"wifi_service_win.cc", |
] |
- defines = [ |
- "WIFI_IMPLEMENTATION", |
- ] |
+ defines = [ "WIFI_IMPLEMENTATION" ] |
deps = [ |
"//base", |
@@ -24,9 +22,7 @@ component("wifi") { |
] |
if (is_win) { |
- libs = [ |
- "iphlpapi.lib", |
- ] |
+ libs = [ "iphlpapi.lib" ] |
} |
if (is_mac) { |