Skip to content

Commit

Permalink
minor: newline at and of file
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jul 26, 2024
1 parent 761c95c commit 10359ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/dynamix/msg/msg_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#define DYNAMIX_FUNC_TRAITS_NAME(func_name) I_DNMX_PP_CAT(_dynamix_traits_for_, func_name)

#define I_DNMX_FWD_ARG(t, i) std::forward<t>(I_DNMX_PP_CAT(a, i))
#define I_DNMX_FWD_ARGS(...) SPLAT_ITERATE_WITH(I_DNMX_FWD_ARG, ##__VA_ARGS__)
#define I_DNMX_FWD_ARGS(...) SPLAT_ITERATE_WITH(I_DNMX_FWD_ARG, ##__VA_ARGS__)

0 comments on commit 10359ce

Please sign in to comment.