You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Style: Various fixes to play nice with clang-format
(cherry picked from commit 2a0ddc1e89)
This commit is contained in:
@@ -250,7 +250,7 @@ BOOL CALLBACK joystick_windows::enumCallback(const DIDEVICEINSTANCE* instance, v
|
||||
|
||||
|
||||
joystick_windows* self = (joystick_windows*)pContext;
|
||||
if (self->is_xinput_device(&instance->guidProduct)) {;
|
||||
if (self->is_xinput_device(&instance->guidProduct)) {
|
||||
return DIENUM_CONTINUE;
|
||||
}
|
||||
self->setup_dinput_joystick(instance);
|
||||
|
||||
Reference in New Issue
Block a user