about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIsaac van Bakel <ivb@vanbakel.io>2017-08-01 22:06:08 +0100
committerIsaac van Bakel <ivb@vanbakel.io>2017-08-01 23:01:25 +0100
commitd817d58fe433da78c8ff942f3fdee4003c3e595d (patch)
tree02427e267099412fafc9a34e652c9ef30090e625
parentc62337532688be5223797943f830b098fe711a5a (diff)
downloadrust-d817d58fe433da78c8ff942f3fdee4003c3e595d.tar.gz
rust-d817d58fe433da78c8ff942f3fdee4003c3e595d.zip
Fixed formatting.
-rw-r--r--src/librustc_borrowck/borrowck/gather_loans/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_borrowck/borrowck/gather_loans/mod.rs b/src/librustc_borrowck/borrowck/gather_loans/mod.rs
index a992cf13b51..3d669aa81df 100644
--- a/src/librustc_borrowck/borrowck/gather_loans/mod.rs
+++ b/src/librustc_borrowck/borrowck/gather_loans/mod.rs
@@ -431,7 +431,7 @@ impl<'a, 'tcx> GatherLoanCtxt<'a, 'tcx> {
             //    }
         // }
     }
-    
+
     pub fn mark_loan_path_as_mutated(&self, loan_path: &LoanPath) {
         //! For mutable loans of content whose mutability derives
         //! from a local variable, mark the mutability decl as necessary.
@@ -467,7 +467,7 @@ impl<'a, 'tcx> GatherLoanCtxt<'a, 'tcx> {
                     // Nothing to do.
                     None
                 }
-            }   
+            }
         }
 
     }