glfw: run zig fmt
This commit is contained in:
parent
a6b30b98e2
commit
683c60bdfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1707,7 +1707,7 @@ pub inline fn getInputMode(self: Window, mode: InputMode) isize {
|
|||
const value = c.glfwGetInputMode(self.handle, @enumToInt(mode));
|
||||
|
||||
// Possible errors: 'GLFW_NOT_INITIALIZED' and 'GLFW_INVALID_ENUM'; we guarantee both to be unreachable
|
||||
getError() catch unreachable;
|
||||
getError() catch unreachable;
|
||||
|
||||
return @intCast(isize, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue