Skip to content

Commit 495ac2b

Browse files
committed
Code formatting
1 parent 9631668 commit 495ac2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/ur_client_library/helpers.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// limitations under the License.
1818
// -- END LICENSE BLOCK ------------------------------------------------
1919

20-
2120
//----------------------------------------------------------------------
2221
/*!\file
2322
*
@@ -32,7 +31,8 @@
3231

3332
#include <thread>
3433

35-
namespace urcl{
36-
bool setFiFoScheduling(pthread_t& thread, const int priority);
34+
namespace urcl
35+
{
36+
bool setFiFoScheduling(pthread_t& thread, const int priority);
3737
}
38-
#endif // ifndef UR_CLIENT_LIBRARY_HELPERS_H_INCLUDED
38+
#endif // ifndef UR_CLIENT_LIBRARY_HELPERS_H_INCLUDED

include/ur_client_library/queue/atomicops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#if defined(AE_VCPP) || defined(AE_ICC)
4646
#define AE_FORCEINLINE __forceinline
4747
#elif defined(AE_GCC)
48-
//#define AE_FORCEINLINE __attribute__((always_inline))
48+
// #define AE_FORCEINLINE __attribute__((always_inline))
4949
#define AE_FORCEINLINE inline
5050
#else
5151
#define AE_FORCEINLINE inline

0 commit comments

Comments
 (0)