mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix function argument name to comply with naming convention
Change-Id: I126e0a8d86a888fa1bdf19fffd4c803bb6d6e9e5 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -24,7 +24,7 @@ enum LeakDetectionMode {
|
||||
TURN_OFF_LEAK_DETECTION
|
||||
};
|
||||
|
||||
struct AllocationEvent {
|
||||
struct AllocationEvent { // NOLINT(clang-analyzer-optin.performance.Padding)
|
||||
enum {
|
||||
CallStackSize = 16
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user