aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-generated-function-mockers.h.pump
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-07-27 11:15:08 -0400
committerGennadiy Civil <misterg@google.com>2018-07-27 11:15:08 -0400
commit984cba30ed10622122c12960b4914656fc770e04 (patch)
treee79351ca8d989d9e4248f594a4668ebcc6c401dd /googlemock/include/gmock/gmock-generated-function-mockers.h.pump
parent40904f897048f26c7af0b199e31f8385c446fcf9 (diff)
downloadgoogletest-984cba30ed10622122c12960b4914656fc770e04.tar.gz
googletest-984cba30ed10622122c12960b4914656fc770e04.tar.bz2
googletest-984cba30ed10622122c12960b4914656fc770e04.zip
Formatting changes for automatic code management
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-function-mockers.h.pump')
-rw-r--r--googlemock/include/gmock/gmock-generated-function-mockers.h.pump4
1 files changed, 3 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-generated-function-mockers.h.pump b/googlemock/include/gmock/gmock-generated-function-mockers.h.pump
index 6426d9a0..f6e17817 100644
--- a/googlemock/include/gmock/gmock-generated-function-mockers.h.pump
+++ b/googlemock/include/gmock/gmock-generated-function-mockers.h.pump
@@ -38,6 +38,8 @@ $var n = 10 $$ The maximum arity we support.
//
// This file implements function mockers of various arities.
+// GOOGLETEST_CM0002 DO NOT DELETE
+
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_GENERATED_FUNCTION_MOCKERS_H_
#define GMOCK_INCLUDE_GMOCK_GMOCK_GENERATED_FUNCTION_MOCKERS_H_
@@ -139,7 +141,7 @@ const MockType* AdjustConstness_const(const MockType* mock) {
return mock;
}
-// Removes const from and returns the given pointer; this is a helper for the
+// Removes const from and returns the given pointer; this is a helper for the
// expectation setter method for parameterless matchers.
template <typename MockType>
MockType* AdjustConstness_(const MockType* mock) {