summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/custom/gtest.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-09 18:59:27 (GMT)
committerGennadiy Civil <misterg@google.com>2018-01-09 18:59:27 (GMT)
commit258fd6e16820ea6c3d9a1ccd4c7d7ffc8ec38e40 (patch)
tree0f78478948e6014ee0c55c1677533e05c616196b /googletest/include/gtest/internal/custom/gtest.h
parent91ba05cc360a81a64cea53be1fe752944249d14c (diff)
downloadgoogletest-258fd6e16820ea6c3d9a1ccd4c7d7ffc8ec38e40.zip
googletest-258fd6e16820ea6c3d9a1ccd4c7d7ffc8ec38e40.tar.gz
googletest-258fd6e16820ea6c3d9a1ccd4c7d7ffc8ec38e40.tar.bz2
cleanup, merge
Diffstat (limited to 'googletest/include/gtest/internal/custom/gtest.h')
-rw-r--r--googletest/include/gtest/internal/custom/gtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/custom/gtest.h b/googletest/include/gtest/internal/custom/gtest.h
index a7a1c0b..6f7c5e4 100644
--- a/googletest/include/gtest/internal/custom/gtest.h
+++ b/googletest/include/gtest/internal/custom/gtest.h
@@ -36,7 +36,7 @@
// GTEST_CUSTOM_TEMPDIR_FUNCTION_ - An override for testing::TempDir().
// See testing::TempDir for semantics and
// signature.
-//
+//
// ** Custom implementation starts here **
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_