Skip to content

Commit 11b56fb

Browse files
committed
Fix whitespace
1 parent ee810a7 commit 11b56fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc_middle/mir/mono.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl<'tcx> MonoItem<'tcx> {
102102

103103
// At this point we don't have explicit linkage and we're an
104104
// inlined function. If we're inlining into all CGUs then we'll
105-
// be creating a local copy per CGU.
105+
// be creating a local copy per CGU.
106106
if generate_cgu_internal_copies {
107107
return InstantiationMode::LocalCopy;
108108
}

src/test/codegen/export-no-mangle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mod private {
2323
#[export_name = "c"]
2424
#[inline]
2525
extern fn c() {}
26-
26+
2727
// CHECK: void @d()
2828
#[export_name = "d"]
2929
#[inline(always)]

0 commit comments

Comments
 (0)