Skip to content

Commit df72aa4

Browse files
committed
Drive-by whitespace fix
1 parent 866d25e commit df72aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ enum MyEnum {
303303
B(f32, u64),
304304
C { x: u32, y: u8 },
305305
D,
306-
}
306+
}
307307

308308
// ... this struct.
309309
#[repr(C)]
@@ -377,7 +377,7 @@ enum MyEnum {
377377
B(f32, u64),
378378
C { x: u32, y: u8 },
379379
D,
380-
}
380+
}
381381

382382
// ... this union.
383383
#[repr(C)]

0 commit comments

Comments
 (0)