Whitespace only (indentation fixes/cleanup).
This commit is contained in:
parent
3f866f6d7f
commit
3d6b1da94d
|
@ -136,8 +136,7 @@ namespace BizHawk.Common
|
|||
int IsDirty();
|
||||
|
||||
[PreserveSig]
|
||||
void Load([In, MarshalAs(UnmanagedType.LPWStr)]
|
||||
string pszFileName, uint dwMode);
|
||||
void Load([In, MarshalAs(UnmanagedType.LPWStr)]string pszFileName, uint dwMode);
|
||||
|
||||
[PreserveSig]
|
||||
void Save([In, MarshalAs(UnmanagedType.LPWStr)] string pszFileName,
|
||||
|
|
Loading…
Reference in New Issue