Skip to content

Commit fb5762d

Browse files
committed
indentation fix
1 parent a83039f commit fb5762d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

libstdc++-v3/include/std/contracts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ namespace contracts
120120
contract_violation(evaluation_semantic __semantic,
121121
const std::source_location &__location,
122122
const char* __comment):
123-
_M_version(0),
124-
_M_ext(nullptr),
125-
_M_comment(__comment),
126-
_M_detection_mode(detection_mode::unspecified),
127-
_M_assertion_kind(assertion_kind::manual),
128-
_M_source_location(__location),
129-
_M_evaluation_semantic(__semantic)
123+
_M_version(0),
124+
_M_ext(nullptr),
125+
_M_comment(__comment),
126+
_M_detection_mode(detection_mode::unspecified),
127+
_M_assertion_kind(assertion_kind::manual),
128+
_M_source_location(__location),
129+
_M_evaluation_semantic(__semantic)
130130
{
131131

132132
}

0 commit comments

Comments
 (0)