Skip to content
Commit 15b94111 authored by Pavithra Barithaya's avatar Pavithra Barithaya Committed by ManojKiran Eda
Browse files

fix constVariableReference cpp style check



Declaring the const-ness of a parameter is just another form of
type safety. The benefit of const correctness is that it prevents
you from inadvertently modifying something you didn’t expect
would be modified. The commit fixes places in the code where a
parameter could be a constant.

Change-Id: Ie6f1d4b37373979a3efef8cb617294d41dec888c
Signed-off-by: default avatarPavithra Barithaya <pavithrabarithaya07@gmail.com>
parent 46f352ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment