Commit 061cae1f by Nathan Sidwell

reformat, remove '^M's

From-SVN: r83594
parent aa7cb8c3
...@@ -11243,7 +11243,8 @@ instantiate_pending_templates (void) ...@@ -11243,7 +11243,8 @@ instantiate_pending_templates (void)
fn; fn;
fn = TREE_CHAIN (fn)) fn = TREE_CHAIN (fn))
if (! DECL_ARTIFICIAL (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)) if (COMPLETE_TYPE_P (instantiation))
{ {
instantiated_something = 1; instantiated_something = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment