Skip to content

Commit 9113c23

Browse files
committed
Formatting fixes
1 parent 6b7486a commit 9113c23

File tree

1 file changed

+1
-1
lines changed
  • projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa

1 file changed

+1
-1
lines changed

projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/signal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace hsa
3232
struct signal_t
3333
{
3434
// bool handler_is_set = false;
35-
hsa_signal_t value = {.handle = 0};
35+
hsa_signal_t value = {.handle = 0};
3636
// void* data = nullptr;
3737
};
3838
} // namespace hsa

0 commit comments

Comments
 (0)