diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-07-25 14:43:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 14:43:26 (GMT) |
commit | 40904f897048f26c7af0b199e31f8385c446fcf9 (patch) | |
tree | 05d8aee6ef8a254b19978c5dada873be633f93f0 /googletest/include/gtest | |
parent | 78b49242d1def8c7fd884b81901f589c7b3d8db2 (diff) | |
parent | ed1edf641dc5a04dc559df763ca71a5d6d05d939 (diff) | |
download | googletest-40904f897048f26c7af0b199e31f8385c446fcf9.zip googletest-40904f897048f26c7af0b199e31f8385c446fcf9.tar.gz googletest-40904f897048f26c7af0b199e31f8385c446fcf9.tar.bz2 |
Merge pull request #1684 from gennadiycivil/master
Formatting changes, code sync
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r-- | googletest/include/gtest/internal/gtest-string.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/include/gtest/internal/gtest-string.h b/googletest/include/gtest/internal/gtest-string.h index 71eb840..64da26c 100644 --- a/googletest/include/gtest/internal/gtest-string.h +++ b/googletest/include/gtest/internal/gtest-string.h @@ -34,8 +34,7 @@ // Google Test. They are subject to change without notice. They should not used // by code external to Google Test. // -// This header file is #included by -// gtest/internal/gtest-internal.h. +// This header file is #included by gtest-internal.h. // It should not be #included by other files. #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ |