Skip to content

Commit

Permalink
Merge branch 'albert-github-feature/issue_10762'
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Mar 31, 2024
2 parents 073c082 + 8dd8173 commit cd5d623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pre.l
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ WSopt [ \t\r]*
QCString result=def->isPredefined && !def->expandAsDefined ?
def->definition :
expandMacro(yyscanner,yytext);
outputString(yyscanner,result);
outputString(yyscanner,result.stripWhiteSpace());
}
else
{
Expand Down

0 comments on commit cd5d623

Please sign in to comment.