Update src/core/frontend/emu_window.h

clang-format

Co-authored-by: BreadFish64 <mohror64@gmail.com>
This commit is contained in:
pawelniegowski 2022-08-01 09:07:23 +02:00 committed by GitHub
parent ff81fb04b4
commit ce441237cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,12 +114,12 @@ public:
/**
* Save current GraphicsContext.
*/
virtual void SaveContext() {};
virtual void SaveContext(){};
/**
* Restore saved GraphicsContext.
*/
virtual void RestoreContext() {};
virtual void RestoreContext(){};
/**
* Signal that a touch pressed event has occurred (e.g. mouse click pressed)