mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
update update_clang_options.zig to latest formatting changes
This commit is contained in:
parent
ae16c1d083
commit
80c9d3f3b1
@ -497,7 +497,7 @@ const cpu_targets = struct {
|
|||||||
pub const riscv = std.Target.riscv;
|
pub const riscv = std.Target.riscv;
|
||||||
pub const sparc = std.Target.sparc;
|
pub const sparc = std.Target.sparc;
|
||||||
pub const spirv = std.Target.spirv;
|
pub const spirv = std.Target.spirv;
|
||||||
pub const systemz = std.Target.systemz;
|
pub const s390x = std.Target.s390x;
|
||||||
pub const ve = std.Target.ve;
|
pub const ve = std.Target.ve;
|
||||||
pub const wasm = std.Target.wasm;
|
pub const wasm = std.Target.wasm;
|
||||||
pub const x86 = std.Target.x86;
|
pub const x86 = std.Target.x86;
|
||||||
@ -647,9 +647,9 @@ pub fn main() anyerror!void {
|
|||||||
\\ .name = "{s}",
|
\\ .name = "{s}",
|
||||||
\\ .syntax = {s},
|
\\ .syntax = {s},
|
||||||
\\ .zig_equivalent = .{s},
|
\\ .zig_equivalent = .{s},
|
||||||
\\ .pd1 = {s},
|
\\ .pd1 = {},
|
||||||
\\ .pd2 = {s},
|
\\ .pd2 = {},
|
||||||
\\ .psl = {s},
|
\\ .psl = {},
|
||||||
\\}},
|
\\}},
|
||||||
\\
|
\\
|
||||||
, .{ name, final_syntax, ident, pd1, pd2, pslash });
|
, .{ name, final_syntax, ident, pd1, pd2, pslash });
|
||||||
@ -677,9 +677,9 @@ pub fn main() anyerror!void {
|
|||||||
\\ .name = "{s}",
|
\\ .name = "{s}",
|
||||||
\\ .syntax = {s},
|
\\ .syntax = {s},
|
||||||
\\ .zig_equivalent = .other,
|
\\ .zig_equivalent = .other,
|
||||||
\\ .pd1 = {s},
|
\\ .pd1 = {},
|
||||||
\\ .pd2 = {s},
|
\\ .pd2 = {},
|
||||||
\\ .psl = {s},
|
\\ .psl = {},
|
||||||
\\}},
|
\\}},
|
||||||
\\
|
\\
|
||||||
, .{ name, syntax, pd1, pd2, pslash });
|
, .{ name, syntax, pd1, pd2, pslash });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user