summaryrefslogtreecommitdiff
path: root/include/ut
AgeCommit message (Collapse)AuthorFilesLines
2020-11-02Improve loops & fix cpp check warningManojkiran Eda1-0/+36
- This commit improves certain while loops to range based for loops. - This commit also fixes the cppcheck warning that mentions about performance issues when using postfix operators on non-primitive types. Tested By: - A function is unittested. - GET on both EthernetInterfaces & certificate service looks good without any issues. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I85420f7bf9af45a97e1a93b916f292c2516f5802