Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
11e1dd25
Commit
11e1dd25
authored
Feb 23, 2018
by
Anders Sundman (asum)
Browse files
Removed trailing comma in enum
parent
a490fb7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/include/gtest/internal/gtest-internal.h
googletest/include/gtest/internal/gtest-internal.h
+1
-1
No files found.
googletest/include/gtest/internal/gtest-internal.h
View file @
11e1dd25
...
...
@@ -1050,7 +1050,7 @@ class NativeArray {
private:
enum
{
kCheckTypeIsNotConstOrAReference
=
StaticAssertTypeEqHelper
<
Element
,
GTEST_REMOVE_REFERENCE_AND_CONST_
(
Element
)
>::
value
,
Element
,
GTEST_REMOVE_REFERENCE_AND_CONST_
(
Element
)
>::
value
};
// Initializes this object with a copy of the input.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment