Skip to content

Commit e66bf9e

Browse files
committed
clang-format cleanup
1 parent 144e3e5 commit e66bf9e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/linking/static_lifetime_init.cpp

+6-5
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ void static_lifetime_init(
6363
continue;
6464

6565
// special values
66-
if(identifier==CPROVER_PREFIX "constant_infinity_uint" ||
67-
identifier==CPROVER_PREFIX "memory" ||
68-
identifier=="__func__" ||
69-
identifier=="__FUNCTION__" ||
70-
identifier=="__PRETTY_FUNCTION__")
66+
if(
67+
identifier == CPROVER_PREFIX "constant_infinity_uint" ||
68+
identifier == CPROVER_PREFIX "memory" || identifier == "__func__" ||
69+
identifier == "__FUNCTION__" || identifier == "__PRETTY_FUNCTION__")
70+
{
7171
continue;
72+
}
7273

7374
// just for linking
7475
if(has_prefix(id, CPROVER_PREFIX "architecture_"))

0 commit comments

Comments
 (0)