Index: tools/gn/secondary/testing/gtest/BUILD.gn |
diff --git a/tools/gn/secondary/testing/gtest/BUILD.gn b/tools/gn/secondary/testing/gtest/BUILD.gn |
index 90f027d173be3821a8a60fa35c06ca4666f32285..44307fa4362ee91af4e570f49146c195d702461c 100644 |
--- a/tools/gn/secondary/testing/gtest/BUILD.gn |
+++ b/tools/gn/secondary/testing/gtest/BUILD.gn |
@@ -43,7 +43,7 @@ config("gtest_config") { |
# implementation. gtest supports this scenario by providing its |
# own implementation but we must opt in to it. |
"GTEST_USE_OWN_TR1_TUPLE=1", |
- |
+ |
# GTEST_USE_OWN_TR1_TUPLE only works if GTEST_HAS_TR1_TUPLE is set. |
# gtest r625 made it so that GTEST_HAS_TR1_TUPLE is set to 0 |
# automatically on android, so it has to be set explicitly here. |