Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#6036 from jwnimmer-tri/buildifier-…
Browse files Browse the repository at this point in the history
…cleanup-pr15

Run buildifier
  • Loading branch information
sherm1 authored May 5, 2017
2 parents 26ce85f + f9986ee commit d0009cf
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drake/automotive/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ drake_cc_library(
":lane_direction",
":maliput_railcar",
":mobil_planner",
":pure_pursuit_controller",
":prius_vis",
":pure_pursuit_controller",
":simple_car",
":trajectory_car",
"//drake/automotive/maliput/api",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ drake_cc_library(
],
)


drake_cc_library(
name = "robot_plan_interpolator",
srcs = ["robot_plan_interpolator.cc"],
Expand Down
2 changes: 1 addition & 1 deletion tools/bullet.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cc_library(
pkg_tar(
name = "license",
extension = "tar.gz",
mode = "0644",
files = ["LICENSE.txt"],
mode = "0644",
package_dir = "bullet",
)
2 changes: 1 addition & 1 deletion tools/eigen.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cc_library(
pkg_tar(
name = "license",
extension = "tar.gz",
mode = "0644",
files = glob(["COPYING.*"]),
mode = "0644",
package_dir = "eigen",
)
2 changes: 1 addition & 1 deletion tools/fmt.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cc_library(
pkg_tar(
name = "license",
extension = "tar.gz",
mode = "0644",
files = ["LICENSE.rst"],
mode = "0644",
package_dir = "fmt",
)
2 changes: 1 addition & 1 deletion tools/spdlog.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cc_library(
pkg_tar(
name = "license",
extension = "tar.gz",
mode = "0644",
files = ["LICENSE"],
mode = "0644",
package_dir = "spdlog",
)
2 changes: 1 addition & 1 deletion tools/tinyobjloader.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cc_library(
pkg_tar(
name = "license",
extension = "tar.gz",
mode = "0644",
files = ["LICENSE"],
mode = "0644",
package_dir = "tinyobjloader",
visibility = ["//visibility:public"],
)

0 comments on commit d0009cf

Please sign in to comment.