removed spaces from words in csharp (#1821) by sphhax

This commit is contained in:
Zach Skaistis 2021-09-07 17:52:00 -05:00 committed by GitHub
parent e250aa49a9
commit 4106f1d276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
"break",
"byte",
"case",
"catch ",
"catch",
"char",
"checked",
"class",
"const ",
"const",
"continue",
"decimal",
"default",
@ -29,7 +29,7 @@
"finally",
"fixed",
"float",
"for ",
"for",
"foreach",
"goto",
"if",
@ -38,11 +38,11 @@
"init",
"int",
"interface",
"internal ",
"internal",
"is",
"lock",
"long",
"namespace ",
"namespace",
"new",
"null",
"object",
@ -50,15 +50,15 @@
"out",
"override",
"params",
"private ",
"private",
"protected",
"public",
"readonly",
"ref ",
"ref",
"return",
"sbyte",
"sealed",
"short ",
"short",
"sizeof",
"stackalloc",
"static",
@ -70,11 +70,11 @@
"true",
"try",
"typeof",
"uint ",
"uint",
"ulong",
"unchecked",
"unsafe",
"ushort ",
"ushort",
"using",
"virtual",
"void",