From f6f3fad3773c47ed766f64bc523d358d12bc19a6 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Tue, 31 Oct 2023 15:32:29 -0400 Subject: [PATCH] restyle --- src/controller/tests/data_model/TestRead.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/controller/tests/data_model/TestRead.cpp b/src/controller/tests/data_model/TestRead.cpp index 97f60612005a5d..94a98a45eed316 100644 --- a/src/controller/tests/data_model/TestRead.cpp +++ b/src/controller/tests/data_model/TestRead.cpp @@ -275,9 +275,10 @@ class TestReadInteraction : public app::ReadHandler::ApplicationCallback static void TestReadHandler_SubscriptionReportingIntervalsTest2(nlTestSuite * apSuite, void * apContext); static void TestReadHandler_SubscriptionReportingIntervalsTest3(nlTestSuite * apSuite, void * apContext); #endif // CHIP_CONFIG_ENABLE_ICD_SERVER - static void TestReadHandler_SubscriptionReportingIntervalsTest4(nlTestSuite * apSuite, void * apContext);, + static void TestReadHandler_SubscriptionReportingIntervalsTest4(nlTestSuite * apSuite, void * apContext); + , #if CHIP_CONFIG_ENABLE_ICD_SERVER != 1 - static void TestReadHandler_SubscriptionReportingIntervalsTest5(nlTestSuite * apSuite, void * apContext); + static void TestReadHandler_SubscriptionReportingIntervalsTest5(nlTestSuite * apSuite, void * apContext); static void TestReadHandler_SubscriptionReportingIntervalsTest6(nlTestSuite * apSuite, void * apContext); static void TestReadHandler_SubscriptionReportingIntervalsTest7(nlTestSuite * apSuite, void * apContext); #endif // CHIP_CONFIG_ENABLE_ICD_SERVER