Skip to content

Commit 4e8f4e2

Browse files
author
Remi Delmas
committed
clang-format fix
1 parent 9686089 commit 4e8f4e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/analyses/goto_check.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,8 +1917,7 @@ void goto_checkt::goto_check(
19171917
const auto &pragmas = i.source_location().get_pragmas();
19181918
for(const auto &d : pragmas)
19191919
{
1920-
auto err_msg = [&]()
1921-
{
1920+
auto err_msg = [&]() {
19221921
return "Found enable and disable pragmas for " + id2string(d.first) +
19231922
" at \n" + i.source_location().pretty();
19241923
};
@@ -2041,8 +2040,7 @@ void goto_checkt::goto_check(
20412040
// safety
20422041
{
20432042
flag_resett no_enum_check_flag_resetter;
2044-
auto err_msg = [&]()
2045-
{
2043+
auto err_msg = [&]() {
20462044
return "no_enum_check flag disabled and enabled at \n" +
20472045
i.source_location().pretty();
20482046
};

0 commit comments

Comments
 (0)