summaryrefslogtreecommitdiff
path: root/src/ir/comp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/comp.rs')
-rw-r--r--src/ir/comp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/comp.rs b/src/ir/comp.rs
index 1f8a0292..9d1a6366 100644
--- a/src/ir/comp.rs
+++ b/src/ir/comp.rs
@@ -547,8 +547,8 @@ impl CompInfo {
let default_type =
Item::from_ty(&cur.cur_type(), Some(*cur), Some(potential_id), ctx).ok();
-
- let param = Item::named_type(cur.spelling(), default_type, potential_id, ctx);
+ let param = Item::named_type(cur.spelling(), default_type,
+ potential_id, ctx);
ci.template_args.push(param);
}
CXCursor_CXXBaseSpecifier => {