buildifier reformatting of bazel files

Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/apps/p4-tutorial/mytunnel/BUILD b/apps/p4-tutorial/mytunnel/BUILD
index 415084e..8bf5772 100644
--- a/apps/p4-tutorial/mytunnel/BUILD
+++ b/apps/p4-tutorial/mytunnel/BUILD
@@ -2,7 +2,7 @@
     "//apps/p4-tutorial/pipeconf:onos-apps-p4-tutorial-pipeconf",
 ]
 
-osgi_jar (
+osgi_jar(
     deps = COMPILE_DEPS,
 )
 
@@ -10,14 +10,14 @@
     "//apps/p4-tutorial/mytunnel:onos-apps-p4-tutorial-mytunnel",
 ]
 
-onos_app (
+onos_app(
     app_name = "org.onosproject.p4tutorial.mytunnel",
-    title = "MyTunnel Demo App",
     category = "Traffic Engineering",
-    url = "http://onosproject.org",
     description = "Provides forwarding between each pair of hosts via MyTunnel protocol",
     included_bundles = BUNDLES,
     required_apps = [
         "org.onosproject.p4tutorial.pipeconf",
-    ]
+    ],
+    title = "MyTunnel Demo App",
+    url = "http://onosproject.org",
 )
diff --git a/apps/p4-tutorial/pipeconf/BUILD b/apps/p4-tutorial/pipeconf/BUILD
index 2a39cbb..bbe01da 100644
--- a/apps/p4-tutorial/pipeconf/BUILD
+++ b/apps/p4-tutorial/pipeconf/BUILD
@@ -5,7 +5,7 @@
     "//drivers/default:onos-drivers-default",
 ]
 
-osgi_jar (
+osgi_jar(
     deps = COMPILE_DEPS,
 )
 
@@ -13,14 +13,14 @@
     "//apps/p4-tutorial/pipeconf:onos-apps-p4-tutorial-pipeconf",
 ]
 
-onos_app (
+onos_app(
     app_name = "org.onosproject.p4tutorial.pipeconf",
-    title = "P4 Tutorial Pipeconf",
     category = "Pipeconf",
-    url = "http://onosproject.org",
     description = "Provides pipeconf for the ONOS-P4 Tutorial",
     included_bundles = BUNDLES,
     required_apps = [
         "org.onosproject.drivers.p4runtime",
-    ]
+    ],
+    title = "P4 Tutorial Pipeconf",
+    url = "http://onosproject.org",
 )