Code quality changes [skip ci]

This commit is contained in:
Robin 2016-08-16 10:37:55 +02:00
commit 798ca503a5
108 changed files with 1981 additions and 2258 deletions

View file

@ -64,7 +64,7 @@ namespace GreenshotPlugin.UnmanagedHelpers {
return new Point(X, Y);
}
override public string ToString() {
public override string ToString() {
return X + "," + Y;
}
}

View file

@ -22,9 +22,6 @@ using System;
using System.Runtime.InteropServices;
using System.Text;
/// <summary>
/// Win32 error codes
/// </summary>
namespace GreenshotPlugin.UnmanagedHelpers {
/// <summary>
/// A Win32 error code.