Skip to content

Commit 7e888c3

Browse files
committed
Auto-format
1 parent a0c0d0c commit 7e888c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/tao/json/self_contained.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

include/tao/json/value.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)