applies clang-tidy fixes

This commit is contained in:
2024-12-18 19:23:05 +01:00
parent f8f1f2f54c
commit 2e4d0efb50
7 changed files with 8 additions and 7 deletions

View File

@@ -134,6 +134,6 @@ private:
*/
void end_of_elaboration() { initiator_ID.lock(); }
};
// initiator
// initiator
#endif // EXAMPLES_EX09_HIERARCHICAL_OVERRIDE_OF_PARAMETER_VALUES_INITIATOR_H_