From b39fad3c48e1f7e95fb9d816fb373873ebe96fad Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 8 Nov 2025 15:27:38 +0100 Subject: [PATCH] applies clang-format --- scc | 2 +- tests/configuration/top_module.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scc b/scc index e672491..7aa84b9 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit e672491c6ac078698a945e6ec2742720846945bc +Subproject commit 7aa84b9561791b2f506fe749857420e26554364c diff --git a/tests/configuration/top_module.h b/tests/configuration/top_module.h index 49663c0..dbe5424 100644 --- a/tests/configuration/top_module.h +++ b/tests/configuration/top_module.h @@ -213,6 +213,5 @@ private: int targetSize; ///< Maximum target Size (preset value) int r_addr_max; ///< Maximum Router Table's memory range }; -// top_module #endif // EXAMPLES_EX09_HIERARCHICAL_OVERRIDE_OF_PARAMETER_VALUES_TOP_MODULE_H_