diff options
author | Clayton Smith <argilo@gmail.com> | 2021-10-23 22:39:31 -0400 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-10-25 13:55:03 -0700 |
commit | 921a433b3596ba23ac497af9b589a584ca2c32c7 (patch) | |
tree | 12df25e5e6021b756abc11286c6319ece2d3d0db /gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h | |
parent | 39e88e44607fe750fc6cba456554213adf9b862a (diff) |
modtool: Clean up whitespace in templates
Signed-off-by: Clayton Smith <argilo@gmail.com>
Diffstat (limited to 'gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h')
-rw-r--r-- | gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h index 98bf7cd639..fb3954bc87 100644 --- a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h +++ b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h @@ -16,4 +16,4 @@ __doc_##n1##_##n2##_##n3##_##n4##_##n5##_##n6##_##n7 #define DOC(...) __EXPAND(__EXPAND(__CAT2(__DOC, __VA_SIZE(__VA_ARGS__)))(__VA_ARGS__)) -#endif // PYDOC_MACROS_H
\ No newline at end of file +#endif // PYDOC_MACROS_H |