Skip to content

Commit 0f330e9

Browse files
committed
format again
1 parent c87236f commit 0f330e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offload/include/OffloadPolicy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class OffloadPolicy {
5151

5252
public:
5353
static bool isOffloadDisabled() {
54-
return static_cast<kmp_target_offload_kind_t>(__kmpc_get_target_offload())
55-
== tgt_disabled;
54+
return static_cast<kmp_target_offload_kind_t>(
55+
__kmpc_get_target_offload()) == tgt_disabled;
5656
}
5757

5858
static const OffloadPolicy &get(PluginManager &PM) {

0 commit comments

Comments
 (0)