Fixed deps and bundles for BMv2 drivers, P4Runtime and gRPC protocols

Change-Id: I96ad0e1e1021897544e41d02304a9f8240c1eb15
diff --git a/protocols/p4runtime/proto/BUCK b/protocols/p4runtime/proto/BUCK
index 33c46f4..ee185d4 100644
--- a/protocols/p4runtime/proto/BUCK
+++ b/protocols/p4runtime/proto/BUCK
@@ -18,20 +18,20 @@
     '/proto/p4/tmp/p4config.proto',
 ]
 
-COMPILE_DEPS = [
-'//lib:CORE_DEPS',
-'//incubator/grpc-dependencies:grpc-core-repkg-' + P4RT_GRPC_VER,
-'//lib:grpc-stub-' + P4RT_GRPC_VER,
-'//lib:grpc-protobuf-' + P4RT_GRPC_VER,
-'//lib:protobuf-java-' + P4RT_PROTOC_VER,
+COMPILE_DEPS =[
+    '//lib:CORE_DEPS',
+    '//incubator/grpc-dependencies:grpc-core-repkg-' + P4RT_GRPC_VER,
+    '//lib:grpc-stub-' + P4RT_GRPC_VER,
+    '//lib:grpc-protobuf-' + P4RT_GRPC_VER,
+    '//lib:protobuf-java-' + P4RT_PROTOC_VER,
 ]
 
 genrule(
     name = 'p4lang-pi-repo-' + PI_COMMIT,
     bash = 'git clone --quiet ' + PI_BASEURL + ' $OUT > /dev/null && '
-    + 'cd $OUT && '
-    + 'git checkout --quiet -b buck-build ' + PI_COMMIT + ' > /dev/null && '
-    + 'git submodule update --quiet --init --recursive > /dev/null',
+            + 'cd $OUT && '
+            + 'git checkout --quiet -b buck-build ' + PI_COMMIT + ' > /dev/null && '
+            + 'git submodule update --quiet --init --recursive > /dev/null',
     out = 'repo',
 )