Skip to content

Commit 4c40c1e

Browse files
committed
Ran clang-format
1 parent ca6487e commit 4c40c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vsg/threading/Affinity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void vsg::setAffinity(const Affinity& affinity)
9898
macos_setAffinity(pthread_self(), affinity);
9999
}
100100

101-
#elif defined(__ANDROID__) || defined(__CYGWIN__)|| defined(__OHOS__)
101+
#elif defined(__ANDROID__) || defined(__CYGWIN__) || defined(__OHOS__)
102102

103103
void vsg::setAffinity(std::thread&, const Affinity&)
104104
{

0 commit comments

Comments
 (0)