Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user