Skip to content

Commit 9f757c5

Browse files
committed
add new line at the end
1 parent 47951b2 commit 9f757c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/platform/silabs/CRTPHelpers.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@
155155
#Derived " must define static GetAppTask() and " #func "Impl(...)."); \
156156
CRTP_SAME_IMPL_SIGNATURE(Base, Derived, func); \
157157
if constexpr (std::is_base_of_v<Base, Derived>) { \
158-
static_cast<Derived &>(Derived::GetAppTask()).func(__VA_ARGS__); \
159-
} \
160-
} while (0)
158+
static_cast<Derived &>(Derived::GetAppTask()).func(__VA_ARGS__); \
159+
} \
160+
} while (0)

0 commit comments

Comments
 (0)