Skip to content

Commit 9423302

Browse files
committed
remove trailing whitespace
1 parent 652b312 commit 9423302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/kind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn with_appropriate_checker(cx: ctx, id: node_id, b: fn(check_fn)) {
103103
104104
// copied in data must be copyable, but moved in data can be anything
105105
let is_implicit = fv.is_some();
106-
if !is_move { check_copy(cx, id, var_t, sp, is_implicit); }
106+
if !is_move { check_copy(cx, id, var_t, sp, is_implicit); }
107107
108108
// check that only immutable variables are implicitly copied in
109109
for fv.each |fv| {

0 commit comments

Comments
 (0)