Code Formating

Just more sexy
This commit is contained in:
Hathor86 2015-11-22 17:56:08 +01:00
parent 7d2e02b94b
commit 6f18e44fe7
2 changed files with 9 additions and 9 deletions

View File

@ -1263,7 +1263,7 @@ namespace BizHawk.Client.EmuHawk
DirectoryInfo dInfo = new DirectoryInfo(path);
Type[] assemblyTypes;
Assembly externalToolFile;
foreach (FileInfo fi in dInfo.GetFiles("*.dll"))
foreach (FileInfo fi in dInfo.GetFiles("*.dll"))
{
try
{
@ -1312,7 +1312,7 @@ namespace BizHawk.Client.EmuHawk
}
externalToolToolStripMenuItem.DropDownItems.Add(externalToolMenu);
}
}
}
if (externalToolToolStripMenuItem.DropDownItems.Count == 0)
{
externalToolToolStripMenuItem.DropDownItems.Add("None");

View File

@ -548,7 +548,7 @@ namespace BizHawk.Client.EmuHawk
where T : IToolForm
{
return CreateInstance(typeof(T), dllPath);
}
}
/// <summary>
/// Create a new instance of an IToolForm and return it