mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 17:45:37 +00:00
Trivial cosmetic fix.
This commit is contained in:
parent
058ea34f41
commit
9cd32011bf
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue