summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-07 15:49:47 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-07 15:49:47 (GMT)
commitb345bf9090961139971775105fa120cc87d63e44 (patch)
tree2156f28dcd7ae71c5327f977e1aaf3b1fd832d20 /googletest/include
parentdd06b16e76b8f520dc506f8c273fb47b4cf4bedd (diff)
downloadgoogletest-b345bf9090961139971775105fa120cc87d63e44.zip
googletest-b345bf9090961139971775105fa120cc87d63e44.tar.gz
googletest-b345bf9090961139971775105fa120cc87d63e44.tar.bz2
Formatting changes,small cleanup, no functionality changesrefs/pull/1705/head
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index 3edfa7f..0a25ef3 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -381,7 +381,8 @@
#if GTEST_LANG_CXX11
# define GTEST_HAS_STD_TUPLE_ 1
# if defined(__clang__)
-// Inspired by https://clang.llvm.org/docs/LanguageExtensions.html#include-file-checking-macros
+// Inspired by
+// https://clang.llvm.org/docs/LanguageExtensions.html#include-file-checking-macros
# if defined(__has_include) && !__has_include(<tuple>)
# undef GTEST_HAS_STD_TUPLE_
# endif