Skip to content

Commit b3e9a72

Browse files
committed
fix clang-format error
1 parent c82c98c commit b3e9a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Platform.actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3839,7 +3839,7 @@ void profileHandler(int sig) {
38393839
#else
38403840
// FIXME: problem with Swift build: lib/libflow.a(Platform.actor.g.cpp.o):Platform.actor.g.cpp:function
38413841
// profileHandler(int): error: undefined reference to '__atomic_is_lock_free'
3842-
ps->timestamp = 0
3842+
ps->timestamp = 0;
38433843
#endif /* WITH_SWIFT */
38443844

38453845
#if defined(USE_SANITIZER)

0 commit comments

Comments
 (0)