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/third_party/matplotlib-cpp/BUILD b/third_party/matplotlib-cpp/BUILD
index 3d3959c..85249c0 100644
--- a/third_party/matplotlib-cpp/BUILD
+++ b/third_party/matplotlib-cpp/BUILD
@@ -3,13 +3,13 @@
 cc_library(
     name = "matplotlib-cpp",
     hdrs = [
-        "matplotlibcpp.h"
+        "matplotlibcpp.h",
     ],
+    restricted_to = ["//tools:k8"],
+    visibility = ["//visibility:public"],
     deps = [
         "@python_repo//:python2.7_lib",
     ],
-    visibility = ["//visibility:public"],
-    restricted_to = ["//tools:k8"],
 )
 
 cc_binary(
@@ -17,10 +17,10 @@
     srcs = [
         "examples/basic.cpp",
     ],
+    restricted_to = ["//tools:k8"],
     deps = [
         "matplotlib-cpp",
     ],
-    restricted_to = ["//tools:k8"],
 )
 
 cc_binary(
@@ -28,8 +28,8 @@
     srcs = [
         "examples/animation.cpp",
     ],
+    restricted_to = ["//tools:k8"],
     deps = [
         "matplotlib-cpp",
     ],
-    restricted_to = ["//tools:k8"],
 )