File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace tao
2828 case type::DESTROYED:
2929 assert ( v.type () != type::DESTROYED );
3030 return false ;
31- // LCOV_EXCL_STOP
31+ // LCOV_EXCL_STOP
3232
3333 case type::NULL_:
3434 case type::BOOLEAN:
Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ namespace tao
11991199 case json::type::DESTROYED:
12001200 assert ( m_type != json::type::DESTROYED );
12011201 return true ;
1202- // LCOV_EXCL_STOP
1202+ // LCOV_EXCL_STOP
12031203
12041204 case json::type::NULL_:
12051205 case json::type::BOOLEAN:
@@ -1308,7 +1308,7 @@ namespace tao
13081308 case json::type::DESTROYED:
13091309 assert ( r.m_type != json::type::DESTROYED );
13101310 return ;
1311- // LCOV_EXCL_STOP
1311+ // LCOV_EXCL_STOP
13121312
13131313 case json::type::NULL_:
13141314 assert ( ( r.m_type = json::type::DISCARDED, true ) );
@@ -1544,7 +1544,7 @@ namespace tao
15441544 case type::DESTROYED:
15451545 assert ( lhs.type () != type::DESTROYED );
15461546 break ;
1547- // LCOV_EXCL_STOP
1547+ // LCOV_EXCL_STOP
15481548
15491549 case type::NULL_:
15501550 return true ;
@@ -1738,7 +1738,7 @@ namespace tao
17381738 case type::DESTROYED:
17391739 assert ( lhs.type () != type::DESTROYED );
17401740 break ;
1741- // LCOV_EXCL_STOP
1741+ // LCOV_EXCL_STOP
17421742
17431743 case type::NULL_:
17441744 return false ;
You can’t perform that action at this time.
0 commit comments