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
ac34e6c9
Unverified
Commit
ac34e6c9
authored
Feb 26, 2018
by
Gennadiy Civil
Committed by
GitHub
Feb 26, 2018
Browse files
Merge pull request #1472 from AndersSundmanTobii/master
Removed trailing comma in enum
parents
1d324d84
aa31660d
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 @
ac34e6c9
...
@@ -1050,7 +1050,7 @@ class NativeArray {
...
@@ -1050,7 +1050,7 @@ class NativeArray {
private:
private:
enum
{
enum
{
kCheckTypeIsNotConstOrAReference
=
StaticAssertTypeEqHelper
<
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.
// 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