Skip to content

Commit

Permalink
Tabs To Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
brightprogrammer committed Dec 22, 2024
1 parent 0c85a11 commit b015666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnu_v2/cplus-dem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ demangle_template_template_parm(struct work_stuff *work, const char **mangled, s
need_comma = 1;
}
}
// test cases failing because of this space
// test cases failing because of this space
// if (tname->p[-1] == '>')
// string_append(tname, " ");
string_append(tname, "> class");
Expand Down

0 comments on commit b015666

Please sign in to comment.