mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Apply CamelCase for class and struct names 2/2
Additionally change .clang-tidy not to ignore struct names. Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e48bb5ad6a
commit
2022592f3d
@@ -39,7 +39,7 @@ namespace L0 {
|
||||
extern thread_local ze_bool_t tracingInProgress;
|
||||
extern struct APITracerContextImp *pGlobalAPITracerContextImp;
|
||||
|
||||
typedef struct tracer_array_entry {
|
||||
typedef struct TracerArrayEntry {
|
||||
zet_core_callbacks_t corePrologues;
|
||||
zet_core_callbacks_t coreEpilogues;
|
||||
zet_device_handle_t hDevice;
|
||||
|
||||
Reference in New Issue
Block a user