Trivial cosmetic fix.

This commit is contained in:
the_fiddler 2010-11-08 21:46:55 +00:00
parent 058ea34f41
commit 9cd32011bf

View file

@ -74,8 +74,6 @@ namespace OpenTK.Input
} }
} }
#endregion
/// <summary> /// <summary>
/// Retrieves the device name for the keyboard device. /// Retrieves the device name for the keyboard device.
/// </summary> /// </summary>
@ -93,5 +91,7 @@ namespace OpenTK.Input
return driver.GetDeviceName(index); return driver.GetDeviceName(index);
} }
} }
#endregion
} }
} }