Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spell
  • Loading branch information
nyalldawson committed Oct 9, 2020
1 parent d3f038c commit ffc71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sipify.pl
Expand Up @@ -1303,7 +1303,7 @@ sub detect_non_method_member{
else {
dbg_info('writing comment');
if ( $COMMENT !~ m/^\s*$/ ){
dbg_info('comment isnt empty');
dbg_info('comment non-empty');
my $doc_prepend = "";
$doc_prepend = "\@DOCSTRINGSTEMPLATE\@" if $COMMENT_TEMPLATE_DOCSTRING == 1;
write_output("CM1", "$doc_prepend%Docstring\n");
Expand Down

0 comments on commit ffc71b5

Please sign in to comment.