Trivial cosmetic fix.
This commit is contained in:
parent
058ea34f41
commit
9cd32011bf
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,6 @@ namespace OpenTK.Input
|
|||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the device name for the keyboard device.
|
||||
/// </summary>
|
||||
|
@ -93,5 +91,7 @@ namespace OpenTK.Input
|
|||
return driver.GetDeviceName(index);
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue