]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add missing space after seen_error in gcc/cp/pt.cc
authorSimon Martin <simon@nasilyan.com>
Tue, 4 Jun 2024 15:27:25 +0000 (17:27 +0200)
committerSimon Martin <simon@nasilyan.com>
Tue, 4 Jun 2024 15:44:52 +0000 (17:44 +0200)
commit54e5cbcd82e36f5aa8205b56880821eea25701ae
treedf7f8a9e6af44fa453cd2d5b4c6495e6e270bb70
parentcfbd8735359d84a2d716549415eac70e885167bf
Add missing space after seen_error in gcc/cp/pt.cc

I realized that I committed a change with a missing space after seen_error.
This fixes it, as well as another occurrence in the same file.

Apologies for the mistake - I'll commit this as obvious.

gcc/cp/ChangeLog:

* pt.cc (tsubst_expr): Add missing space after seen_error.
(dependent_type_p): Likewise.
gcc/cp/pt.cc