mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 00:47:55 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -47,8 +47,8 @@ private:
|
||||
void OnResize();
|
||||
|
||||
/// Called when a configuration change affects the minimal size of the window
|
||||
void
|
||||
OnMinimalClientAreaChangeRequest(const std::pair<unsigned, unsigned>& minimal_size) override;
|
||||
void OnMinimalClientAreaChangeRequest(
|
||||
const std::pair<unsigned, unsigned>& minimal_size) override;
|
||||
|
||||
/// Is the window still open?
|
||||
bool is_open = true;
|
||||
|
Reference in New Issue
Block a user