Skip to content

Commit

Permalink
Run buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Jul 7, 2017
1 parent 3e4049d commit 8f92d1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions drake/common/proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ package(default_visibility = ["//visibility:public"])

cc_proto_library(
name = "matlab_rpc",
testonly = 1,
srcs = [
"matlab_rpc.proto",
],
testonly = 1,
)

drake_cc_library(
Expand All @@ -25,8 +25,8 @@ drake_cc_library(
srcs = ["call_matlab.cc"],
hdrs = ["call_matlab.h"],
deps = [
"//drake/common",
":matlab_rpc",
"//drake/common",
],
)

Expand Down
2 changes: 1 addition & 1 deletion drake/examples/rod2d/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ drake_cc_library(
],
deps = [
"//drake/common",
"//drake/multibody/rigid_contact",
"//drake/solvers:mathematical_program",
"//drake/systems/framework:leaf_system",
"//drake/systems/rendering:pose_vector",
"//drake/multibody/rigid_contact",
],
)

Expand Down
5 changes: 4 additions & 1 deletion drake/lcmtypes/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,10 @@ java_binary(

install(
name = "install",
targets = DRAKE_LCMTYPES + [":lcmtypes_drake_java", ":lcmtypes_py"],
targets = DRAKE_LCMTYPES + [
":lcmtypes_drake_java",
":lcmtypes_py",
],
hdr_dest = "include/drake/lcmtypes",
guess_hdrs = "PACKAGE",
rename = {"share/java/liblcmtypes_drake_java.jar": "lcmtypes_drake.jar"},
Expand Down

0 comments on commit 8f92d1a

Please sign in to comment.