Skip to content

Commit 417c1ff

Browse files
committed
style fix
1 parent 5148863 commit 417c1ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/rcpputils/thread.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ bool configure_realtime_thread(
4040
std::thread & thread, const ThreadPriority priority,
4141
const unsigned int cpu_bitmask = (unsigned) -1)
4242
{
43-
rcutils_ret_t return_value = configure_native_realtime_thread(thread.native_handle(),
44-
priority, cpu_bitmask);
43+
rcutils_ret_t return_value = configure_native_realtime_thread(
44+
thread.native_handle(),
45+
priority, cpu_bitmask);
4546
return return_value == RCUTILS_RET_OK ? true : false;
4647
}
4748

0 commit comments

Comments
 (0)