summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-string.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-10 18:58:00 (GMT)
committerGennadiy Civil <misterg@google.com>2018-01-10 18:58:00 (GMT)
commitd630a8bdacf2313e253fb0911951f1a176c2ebac (patch)
treee00581142e385f45dd70d135cbe249234266aeb3 /googletest/include/gtest/internal/gtest-string.h
parentf33902b97a7611368fb63ee66d11ef13e3a86a4b (diff)
downloadgoogletest-d630a8bdacf2313e253fb0911951f1a176c2ebac.zip
googletest-d630a8bdacf2313e253fb0911951f1a176c2ebac.tar.gz
googletest-d630a8bdacf2313e253fb0911951f1a176c2ebac.tar.bz2
code merges, cleanup
Diffstat (limited to 'googletest/include/gtest/internal/gtest-string.h')
-rw-r--r--googletest/include/gtest/internal/gtest-string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/include/gtest/internal/gtest-string.h b/googletest/include/gtest/internal/gtest-string.h
index 97f1a7f..04b9e7b 100644
--- a/googletest/include/gtest/internal/gtest-string.h
+++ b/googletest/include/gtest/internal/gtest-string.h
@@ -27,7 +27,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
-// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee)
//
// The Google C++ Testing Framework (Google Test)
//
@@ -35,7 +34,8 @@
// 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/gtest-internal.h.
// It should not be #included by other files.
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_