Skip to content

Commit a3996c1

Browse files
committed
Tidy.
1 parent 63df1e9 commit a3996c1

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/middle/trans

1 file changed

+1
-1
lines changed

src/librustc/middle/trans/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub fn trans_inline_asm(bcx: block, ia: &ast::inline_asm) -> block {
122122
}
123123
};
124124
125-
// Again, based on how many outputs we have
125+
// Again, based on how many outputs we have
126126
if numOutputs == 1 {
127127
let op = PointerCast(bcx, aoutputs[0], T_ptr(val_ty(outputs[0])));
128128
Store(bcx, r, op);

0 commit comments

Comments
 (0)