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/doxyxml/generated/compound.py | |
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/doxyxml/generated/compound.py')
-rw-r--r-- | gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compound.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compound.py b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compound.py index d0b164ea43..294f0216e7 100644 --- a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compound.py +++ b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated/compound.py @@ -499,5 +499,3 @@ def parse(inFilename): rootObj = supermod.DoxygenType.factory() rootObj.build(rootNode) return rootObj - - |