add trailing newline

This commit is contained in:
pypy
2020-11-07 17:22:16 +09:00
parent b6055c516c
commit 547c978dab
18 changed files with 18 additions and 18 deletions

View File

@@ -77,4 +77,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -82,4 +82,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -198,4 +198,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -52,4 +52,4 @@ namespace VRCX
return false;
}
}
}
}

View File

@@ -440,4 +440,4 @@ namespace VRCX
return new string[][] { };
}
}
}
}

View File

@@ -160,4 +160,4 @@ namespace VRCX
}
}
}
}

View File

@@ -20,4 +20,4 @@ namespace VRCX
{
}
}
}
}

View File

@@ -79,4 +79,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -133,4 +133,4 @@ namespace VRCX
{
}
}
}
}

View File

@@ -110,4 +110,4 @@ namespace VRCX
rejectCallback.Dispose();
}
}
}
}

View File

@@ -82,4 +82,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -18,4 +18,4 @@ namespace VRCX
repository.Register("Discord", Discord.Instance, true, options);
}
}
}
}

View File

@@ -201,4 +201,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -123,4 +123,4 @@ namespace VRCX
}
}
}
}
}

View File

@@ -589,4 +589,4 @@ namespace VRCX
return err;
}
}
}
}

View File

@@ -59,4 +59,4 @@ namespace VRCX
return string.Empty;
}
}
}
}

View File

@@ -65,4 +65,4 @@ namespace VRCX
Browser2.ShowDevTools();
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace VRCX
[DllImport("user32.dll", SetLastError = true)]
public static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint lpdwProcessId);
}
}
}