mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make sure things have tabs instead of spaces
This commit is contained in:
@@ -131,7 +131,7 @@ namespace SabreTools.Helper
|
||||
|
||||
// If we find an end bracket that's not associated with anything else, the block is done
|
||||
else if (Regex.IsMatch(line, _endPattern) && block)
|
||||
{
|
||||
{
|
||||
block = false;
|
||||
elem = elem.Parent;
|
||||
}
|
||||
@@ -250,5 +250,5 @@ namespace SabreTools.Helper
|
||||
|
||||
return output;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ namespace SabreTools.Helper
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
{
|
||||
_log.WriteLine("Logging ended " + DateTime.Now);
|
||||
_log.Close();
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
RemappingHelper(remapping);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Create a remapping from XML
|
||||
|
||||
Reference in New Issue
Block a user