Skip to content

Commit 70b057a

Browse files
Fix pre-commit
1 parent 27660fd commit 70b057a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dpctl-capi/include/dpctl_sycl_event_interface.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ DPCTL_C_EXTERN_C_BEGIN
4444
* @ingroup EventInterface
4545
*/
4646
DPCTL_API
47-
__dpctl_give DPCTLSyclEventRef
48-
DPCTLEvent_Create(void);
47+
__dpctl_give DPCTLSyclEventRef DPCTLEvent_Create(void);
4948

5049
/*!
5150
* @brief C-API wrapper for sycl::event.wait.

dpctl-capi/source/dpctl_sycl_event_interface.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ namespace
3636
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(event, DPCTLSyclEventRef)
3737
} /* end of anonymous namespace */
3838

39-
__dpctl_give DPCTLSyclEventRef
40-
DPCTLEvent_Create()
39+
__dpctl_give DPCTLSyclEventRef DPCTLEvent_Create()
4140
{
4241
DPCTLSyclEventRef ERef = nullptr;
4342
try {

0 commit comments

Comments
 (0)