commit | a1fe1a284df3b652bbf55e69945e2fd2b4c7aded | [log] [tgz] |
---|---|---|
author | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Mon Oct 18 18:59:38 2021 -0500 |
committer | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Mon Nov 15 14:47:20 2021 +0000 |
tree | ba4206c099d3260282bd6207c5994184d1ca28fa | |
parent | b50ebd2fb6924843f3b619c306b969f09d94b6cf [diff] |
Use true instead of 1 for a while loop Converts the while loop to while (true) from while (1). This is in the same spirt as using ES.47: Use nullptr rather than 0 or NULL https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-nullptr Tested: Built p10bmc before and after change, successful build and runs on QEMU with no differences. Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> Change-Id: Ia01a17775f4731536bd6a1d0a09a927d3fc1807d