reformat bazel files to use Google coding standards

Change-Id: I320f0ca7ccb1b2247ccdd9fa58fefca7dad8a16f
diff --git a/protocols/openflow/api/BUILD b/protocols/openflow/api/BUILD
index 35abad3..a7df405 100644
--- a/protocols/openflow/api/BUILD
+++ b/protocols/openflow/api/BUILD
@@ -1,17 +1,17 @@
 COMPILE_DEPS = CORE_DEPS + NETTY + [
-    '//incubator/store:onos-incubator-store',
-    '//incubator/api:onos-incubator-api',
-    '//core/common:onos-core-common',
-    '@openflowj//jar',
-    '@netty_transport//jar',
+    "//incubator/store:onos-incubator-store",
+    "//incubator/api:onos-incubator-api",
+    "//core/common:onos-core-common",
+    "@openflowj//jar",
+    "@netty_transport//jar",
 ]
 
 TEST_DEPS = TEST + [
-    '//core/api:onos-api-tests',
+    "//core/api:onos-api-tests",
 ]
 
-osgi_jar_with_tests (
-    deps = COMPILE_DEPS,
+osgi_jar_with_tests(
     test_deps = TEST_DEPS,
     visibility = ["//visibility:public"],
+    deps = COMPILE_DEPS,
 )