Buildify all the build files

We are slowly upgrading them all.  Bite bullet and do the rest of them.

Change-Id: I15744cf1b0dc1954954e131b35228c98247c92fe
diff --git a/frc971/config/BUILD b/frc971/config/BUILD
index 07394d4..0f4f7ba 100644
--- a/frc971/config/BUILD
+++ b/frc971/config/BUILD
@@ -1,14 +1,14 @@
 filegroup(
-  name = 'rio_robotCommand',
-  srcs = [ 'robotCommand' ],
+    name = "rio_robotCommand",
+    srcs = ["robotCommand"],
 )
 
 sh_binary(
-  name = 'setup_roborio',
-  srcs = [ 'setup_roborio.sh' ],
-  visibility = [ '//visibility:public' ],
-  data = [
-    ':rio_robotCommand',
-    '@arm_frc_linux_gnueabi_repo//:compiler_pieces',
-  ],
+    name = "setup_roborio",
+    srcs = ["setup_roborio.sh"],
+    data = [
+        ":rio_robotCommand",
+        "@arm_frc_linux_gnueabi_repo//:compiler_pieces",
+    ],
+    visibility = ["//visibility:public"],
 )