mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
src: dotnet: fix newlines
This commit is contained in:
parent
068270fa7f
commit
2d41693f3c
@ -1531,13 +1531,13 @@ namespace Fsp.Interop
|
||||
#endif
|
||||
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(
|
||||
typeof(AssemblyProductAttribute), false);
|
||||
if (null != attributes &&
|
||||
0 < attributes.Length &&
|
||||
null != attributes[0] as AssemblyProductAttribute)
|
||||
{
|
||||
ProductName = (attributes[0] as AssemblyProductAttribute).Product;
|
||||
ProductFileName = ProductName.ToLowerInvariant();
|
||||
}
|
||||
if (null != attributes &&
|
||||
0 < attributes.Length &&
|
||||
null != attributes[0] as AssemblyProductAttribute)
|
||||
{
|
||||
ProductName = (attributes[0] as AssemblyProductAttribute).Product;
|
||||
ProductFileName = ProductName.ToLowerInvariant();
|
||||
}
|
||||
LoadProto(LoadDll());
|
||||
CheckVersion();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user