Skip to content

Commit 580d3fc

Browse files
author
vladlosev
committed
Removes spurious semicolon.
git-svn-id: http://googletest.googlecode.com/svn/trunk@608 861a406c-534a-0410-8894-cb66d6ee9925
1 parent 93fed47 commit 580d3fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gtest-internal-inl.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ class OsStackTraceGetter : public OsStackTraceGetterInterface {
443443
virtual String CurrentStackTrace(int max_depth, int skip_count)
444444
GTEST_LOCK_EXCLUDED_(mutex_);
445445

446-
virtual void UponLeavingGTest();
447-
GTEST_LOCK_EXCLUDED_(mutex_);
446+
virtual void UponLeavingGTest() GTEST_LOCK_EXCLUDED_(mutex_);
448447

449448
// This string is inserted in place of stack frames that are part of
450449
// Google Test's implementation.

0 commit comments

Comments
 (0)