Fix formatting
This commit is contained in:
parent
89bbde9381
commit
ea2eca23c9
|
@ -162,7 +162,7 @@ immutable string[] predefinedVersions = [
|
||||||
"MIPS_O64",
|
"MIPS_O64",
|
||||||
"MIPS_SoftFloat",
|
"MIPS_SoftFloat",
|
||||||
"NetBSD",
|
"NetBSD",
|
||||||
"none"
|
"none",
|
||||||
"NVPTX",
|
"NVPTX",
|
||||||
"NVPTX64",
|
"NVPTX64",
|
||||||
"OpenBSD",
|
"OpenBSD",
|
||||||
|
@ -194,5 +194,5 @@ immutable string[] predefinedVersions = [
|
||||||
"Win64",
|
"Win64",
|
||||||
"Windows",
|
"Windows",
|
||||||
"X86",
|
"X86",
|
||||||
"X86_64",
|
"X86_64"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue