Skip to content

Commit feb5dbd

Browse files
committed
Whitespace fix
1 parent 8f2fe54 commit feb5dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/astcenccli_platform_dependents.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ void set_thread_name(
193193
) {
194194
// No standard mechanism, so be defensive here
195195
#if defined(__linux__)
196-
pthread_setname_np(pthread_self(), name);
196+
(pthread_self(), name);
197197
#elif defined(__APPLE__)
198-
pthread_setname_np(name);
198+
pthread_setname_np(name);
199199
#endif
200200
}
201201

0 commit comments

Comments
 (0)