summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r--gr-utils/python/modtool/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py
index 420b7c63b5..0f6dcb500e 100644
--- a/gr-utils/python/modtool/templates.py
+++ b/gr-utils/python/modtool/templates.py
@@ -731,7 +731,7 @@ ${str_to_fancyc_comment(license)}
#define INCLUDED_${modname.upper()}_${blockname.upper()}_H
#include <${modname}_api.h>
-% if blocktype == 'noblock'
+% if blocktype == 'noblock':
class ${modname.upper()}_API ${blockname}
{
${blockname}(${arglist});