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_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"
]; ];