mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-12 01:54:15 +00: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