diff options
author | Zhongming Qu <qzmfranklin@gmail.com> | 2017-07-04 21:50:00 (GMT) |
---|---|---|
committer | Zhongming Qu <qzmfranklin@gmail.com> | 2017-08-18 10:59:53 (GMT) |
commit | 9538687a89b456e8b4339d7b7928e951ec928198 (patch) | |
tree | 4be12d58288d615d5474e1ef607b4ec3d771009b /BUILD.bazel | |
parent | 1fe692ce49f1fc3c7003d052451e147c9b5f19a6 (diff) | |
download | googletest-9538687a89b456e8b4339d7b7928e951ec928198.zip googletest-9538687a89b456e8b4339d7b7928e951ec928198.tar.gz googletest-9538687a89b456e8b4339d7b7928e951ec928198.tar.bz2 |
Remove trailing whitespaces in BUILD.bazel
Diffstat (limited to 'BUILD.bazel')
-rw-r--r-- | BUILD.bazel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.bazel b/BUILD.bazel index a442374..5a193fa 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017 Google Inc. # All Rights Reserved. # # @@ -41,7 +41,7 @@ config_setting( values = {"cpu": "x64_windows_msvc"}, ) -# Google Test including Google Mock +# Google Test including Google Mock cc_library( name = "gtest", srcs = glob( |