Skip to content

Commit 519c86c

Browse files
vesim987alexrp
andauthored
fix formatting
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
1 parent 097f1e5 commit 519c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ pub fn cTypeByteSize(t: *const Target, c_type: CType) u16 {
27622762

27632763
pub fn cTypeBitSize(target: *const Target, c_type: CType) u16 {
27642764
switch (target.os.tag) {
2765-
.freestanding, .other, .vita, => switch (target.cpu.arch) {
2765+
.freestanding, .other, .vita => switch (target.cpu.arch) {
27662766
.msp430 => switch (c_type) {
27672767
.char => return 8,
27682768
.short, .ushort, .int, .uint => return 16,

0 commit comments

Comments
 (0)