Fix formatting

This commit is contained in:
Hackerpilot 2016-05-23 13:43:49 -07:00
parent 89bbde9381
commit ea2eca23c9
1 changed files with 93 additions and 93 deletions

View File

@ -162,7 +162,7 @@ immutable string[] predefinedVersions = [
"MIPS_O64",
"MIPS_SoftFloat",
"NetBSD",
"none"
"none",
"NVPTX",
"NVPTX64",
"OpenBSD",
@ -194,5 +194,5 @@ immutable string[] predefinedVersions = [
"Win64",
"Windows",
"X86",
"X86_64",
"X86_64"
];