mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Apply CamelCase for class and struct names
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
856318ccc2
commit
e2e00413a8
@@ -46,7 +46,7 @@ typedef struct tracer_array_entry {
|
||||
void *pUserData;
|
||||
} tracer_array_entry_t;
|
||||
|
||||
typedef struct tracerArray {
|
||||
typedef struct TracerArray {
|
||||
size_t tracerArrayCount;
|
||||
tracer_array_entry_t *tracerArrayEntries;
|
||||
} tracer_array_t;
|
||||
|
||||
Reference in New Issue
Block a user