fix formatting on all files

This commit is contained in:
pineappleEA
2021-01-16 14:25:53 -06:00
parent 64107d72ee
commit 074a663063
3 changed files with 7 additions and 7 deletions

View File

@@ -31,10 +31,10 @@ public:
/// Wait for the next event on the main thread.
void WaitEvent();
// Sets the window icon from yuzu.bmp
void SetWindowIcon();
void SetWindowIcon();
protected:
/// Called by WaitEvent when a key is pressed or released.
void OnKeyEvent(int key, u8 state);