]> git.lizzy.rs Git - rust.git/commitdiff
Fixed formatting.
authorIsaac van Bakel <ivb@vanbakel.io>
Tue, 1 Aug 2017 21:06:08 +0000 (22:06 +0100)
committerIsaac van Bakel <ivb@vanbakel.io>
Tue, 1 Aug 2017 22:01:25 +0000 (23:01 +0100)
src/librustc_borrowck/borrowck/gather_loans/mod.rs

index a992cf13b510477d7a9253666e48b29e79069ca5..3d669aa81df6e7bce6aa2bcdffcbe400b6613e55 100644 (file)
@@ -431,7 +431,7 @@ fn guarantee_valid(&mut self,
             //    }
         // }
     }
-    
+
     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 @@ pub fn mark_loan_path_as_mutated(&self, loan_path: &LoanPath) {
                     // Nothing to do.
                     None
                 }
-            }   
+            }
         }
 
     }