diff --git a/src/app/tests/TestExtensionFieldSets.cpp b/src/app/tests/TestExtensionFieldSets.cpp index 900ffc1e25249f..718e151acb6d21 100644 --- a/src/app/tests/TestExtensionFieldSets.cpp +++ b/src/app/tests/TestExtensionFieldSets.cpp @@ -305,4 +305,4 @@ int TestExtensionFieldSets() return (nlTestRunnerStats(&theSuite)); } -CHIP_REGISTER_TEST_SUITE(TestExtensionFieldSets) \ No newline at end of file +CHIP_REGISTER_TEST_SUITE(TestExtensionFieldSets) diff --git a/src/lib/core/CHIPConfig.h b/src/lib/core/CHIPConfig.h index ff13a20a6db647..867d22da43cbdc 100644 --- a/src/lib/core/CHIPConfig.h +++ b/src/lib/core/CHIPConfig.h @@ -1391,7 +1391,7 @@ extern const char CHIP_NON_PRODUCTION_MARKER[]; */ #ifndef CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE #define CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE 3 -#endif +#endif /**