diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2011-11-04 17:56:23 +0000 |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2011-11-04 17:56:23 +0000 |
commit | 8965a6a0d2165f32e6413594bba6367f271f51e7 (patch) | |
tree | ab0e0f5e0fd23697673ec2e0edca67079375dd2c /samples/sample2.h | |
parent | 829402edcffe712ed4c79412ca020525cd8295ad (diff) | |
download | googletest-8965a6a0d2165f32e6413594bba6367f271f51e7.tar.gz googletest-8965a6a0d2165f32e6413594bba6367f271f51e7.tar.bz2 googletest-8965a6a0d2165f32e6413594bba6367f271f51e7.zip |
Improves conformance to the Google C++ Style Guide (by Greg Miller).
Diffstat (limited to 'samples/sample2.h')
-rw-r--r-- | samples/sample2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/sample2.h b/samples/sample2.h index 5b57e608..cb485c70 100644 --- a/samples/sample2.h +++ b/samples/sample2.h @@ -44,7 +44,6 @@ class MyString { const MyString& operator=(const MyString& rhs); public: - // Clones a 0-terminated C string, allocating memory using new. static const char* CloneCString(const char* a_c_string); |