Formatting changes for automatic code management

This commit is contained in:
Gennadiy Civil
2018-07-27 11:15:08 -04:00
parent 40904f8970
commit 984cba30ed
47 changed files with 90 additions and 1 deletions

View File

@@ -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) {