From b7f7850568c9d8f70af8d382d29c00252648e9cc Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 10 Mar 2017 13:53:26 -0800 Subject: Properly align function arguments Not sure why rustfmt hasn't caught this before... --- src/ir/context.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ir/context.rs b/src/ir/context.rs index 6795a864..1dc4f4a4 100644 --- a/src/ir/context.rs +++ b/src/ir/context.rs @@ -1032,10 +1032,10 @@ impl<'ctx> BindgenContext<'ctx> { } return self.instantiate_template(with_id, - id, - parent_id, - ty, - location) + id, + parent_id, + ty, + location) .or_else(|| Some(id)); } -- cgit v1.2.3