From 876d4150aa3da531ddd687b48afada6e43f79146 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 2 Mar 2020 15:25:13 -0800 Subject: uhd: Apply clang-format against all .cpp and .hpp files in host/ Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. --- host/lib/utils/thread_priority_c.cpp | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'host/lib/utils/thread_priority_c.cpp') diff --git a/host/lib/utils/thread_priority_c.cpp b/host/lib/utils/thread_priority_c.cpp index 6f0c76fe9..3e9f1dbf4 100644 --- a/host/lib/utils/thread_priority_c.cpp +++ b/host/lib/utils/thread_priority_c.cpp @@ -6,18 +6,14 @@ // #include -#include -#include -#include #include +#include +#include +#include #include #include -uhd_error uhd_set_thread_priority( - float priority, - bool realtime -){ - UHD_SAFE_C( - uhd::set_thread_priority(priority, realtime); - ) +uhd_error uhd_set_thread_priority(float priority, bool realtime) +{ + UHD_SAFE_C(uhd::set_thread_priority(priority, realtime);) } -- cgit v1.2.3