diff options
author | RandomEngy <[email protected]> | 2016-07-30 11:17:02 -0700 |
---|---|---|
committer | RandomEngy <[email protected]> | 2016-07-30 11:17:02 -0700 |
commit | e1fd81b631045af761e46a208ea1d54b3fec0fbe (patch) | |
tree | 7b8b51ae715beec4adf9f7c4c91c99898350f455 /win/CS/HandBrake.ApplicationServices | |
parent | 66c8424fa167c32453dd8bca3ba142bd6301613f (diff) |
Removed tabs
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs b/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs index e5fa11709..1acb411b0 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs @@ -145,10 +145,10 @@ namespace HandBrake.ApplicationServices.Interop /// </param>
public static void LoggingHandler(string message)
{
- message = message.TrimEnd();
+ message = message.TrimEnd();
if (!string.IsNullOrEmpty(message))
{
- SendMessageEvent(message);
+ SendMessageEvent(message);
}
}
|