You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Style: Apply new changes from clang-format 8.0
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes).
This commit is contained in:
@@ -670,7 +670,9 @@ LRESULT OS_Windows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
mb->set_button_index(BUTTON_XBUTTON2);
|
||||
mb->set_doubleclick(true);
|
||||
} break;
|
||||
default: { return 0; }
|
||||
default: {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
mb->set_control((wParam & MK_CONTROL) != 0);
|
||||
|
||||
Reference in New Issue
Block a user