commit | ce9a5c9a69194ed40641c562514599dab4b2fcbf | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Tue Jun 25 02:24:07 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Wed Jul 10 04:43:18 2024 +0000 |
tree | 3bc7cd8ac9fc16c911df99caea2df7be63518ea5 | |
parent | f9a6925d63c681a60e5a5290b6430eb3f080c12c [diff] |
clang-tidy: Enable readability-braces-around-statements check This checks that bodies of if statements and loops (for, do while, and while) are inside braces. Change-Id: Iaf9d170f179f2363b632cbbc7da7b0ea3220aee7 Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.