reformat, remove '^M's

From-SVN: r83594
This commit is contained in:
Nathan Sidwell 2004-06-24 15:05:35 +00:00
parent aa7cb8c39e
commit 061cae1fa9
2 changed files with 4 additions and 3 deletions

View File

@ -11243,7 +11243,8 @@ instantiate_pending_templates (void)
fn;
fn = TREE_CHAIN (fn))
if (! DECL_ARTIFICIAL (fn))
instantiate_decl (fn, /*defer_ok=*/0, /*undefined_ok=*/0);
instantiate_decl (fn, /*defer_ok=*/0,
/*undefined_ok=*/0);
if (COMPLETE_TYPE_P (instantiation))
{
instantiated_something = 1;