Skip to content

Commit c87236f

Browse files
committed
fix format
1 parent 370c7d6 commit c87236f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

offload/include/OffloadPolicy.h

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

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

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

0 commit comments

Comments
 (0)