mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
style: format code using clang-format 15.0.6
Related-To: NEO-7500 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a4794e432d
commit
43b790957d
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
* Copyright (C) 2019-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -175,7 +175,7 @@ typedef enum _cl_function_id {
|
||||
\param[in] userData User-defined data pointer passed through
|
||||
clCreateTracingHandleINTEL() function
|
||||
|
||||
Thread Safety: must be guaranteed by customer
|
||||
Thread Safety: must be guaranteed by customer
|
||||
*/
|
||||
typedef void (*cl_tracing_callback)(cl_function_id fid, cl_callback_data *callbackData, void *userData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user