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:
Artur Harasimiuk
2019-11-25 16:37:54 +01:00
parent cf8283cc9a
commit 412c88cf9b
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ enum LeakDetectionMode {
TURN_OFF_LEAK_DETECTION
};
struct AllocationEvent {
struct AllocationEvent { // NOLINT(clang-analyzer-optin.performance.Padding)
enum {
CallStackSize = 16
};