mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-06 01:37:53 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -26,8 +26,8 @@ class GPUCommandListWidget;
|
||||
class GMainWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
||||
static const int max_recent_files_item =
|
||||
10; ///< Max number of recently loaded items to keep track
|
||||
/// Max number of recently loaded items to keep track of
|
||||
static const int max_recent_files_item = 10;
|
||||
|
||||
// TODO: Make use of this!
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user