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

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