summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-07-25 14:24:13 (GMT)
committerGennadiy Civil <misterg@google.com>2018-07-25 14:24:13 (GMT)
commited1edf641dc5a04dc559df763ca71a5d6d05d939 (patch)
tree05d8aee6ef8a254b19978c5dada873be633f93f0 /googletest/include
parent78b49242d1def8c7fd884b81901f589c7b3d8db2 (diff)
downloadgoogletest-ed1edf641dc5a04dc559df763ca71a5d6d05d939.zip
googletest-ed1edf641dc5a04dc559df763ca71a5d6d05d939.tar.gz
googletest-ed1edf641dc5a04dc559df763ca71a5d6d05d939.tar.bz2
Formatting changes, code syncrefs/pull/1684/head
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/internal/gtest-string.h3
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_