Skip to content

Commit 81cb494

Browse files
committed
clang-format cleanup
1 parent 98bfdc3 commit 81cb494

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
@@ -64,12 +64,13 @@ void static_lifetime_init(
6464
continue;
6565

6666
// special values
67-
if(identifier==CPROVER_PREFIX "constant_infinity_uint" ||
68-
identifier==CPROVER_PREFIX "memory" ||
69-
identifier=="__func__" ||
70-
identifier=="__FUNCTION__" ||
71-
identifier=="__PRETTY_FUNCTION__")
67+
if(
68+
identifier == CPROVER_PREFIX "constant_infinity_uint" ||
69+
identifier == CPROVER_PREFIX "memory" || identifier == "__func__" ||
70+
identifier == "__FUNCTION__" || identifier == "__PRETTY_FUNCTION__")
71+
{
7272
continue;
73+
}
7374

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

0 commit comments

Comments
 (0)