mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Fixed formatting
This commit is contained in:
		
							parent
							
								
									9a9d33a741
								
							
						
					
					
						commit
						1c98f3a9b3
					
				@ -8,7 +8,6 @@
 | 
				
			|||||||
#include "yuzu/configuration/configure_system.h"
 | 
					#include "yuzu/configuration/configure_system.h"
 | 
				
			||||||
#include "yuzu/ui_settings.h"
 | 
					#include "yuzu/ui_settings.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
static const std::array<int, 12> days_in_month = {{
 | 
					static const std::array<int, 12> days_in_month = {{
 | 
				
			||||||
    31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31,
 | 
					    31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31,
 | 
				
			||||||
}};
 | 
					}};
 | 
				
			||||||
@ -73,5 +72,6 @@ void ConfigureSystem::refreshConsoleID() {
 | 
				
			|||||||
    if (reply == QMessageBox::No)
 | 
					    if (reply == QMessageBox::No)
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    u64 console_id{};
 | 
					    u64 console_id{};
 | 
				
			||||||
    ui->label_console_id->setText(tr("Console ID: 0x%1").arg(QString::number(console_id, 16).toUpper()));
 | 
					    ui->label_console_id->setText(
 | 
				
			||||||
 | 
					        tr("Console ID: 0x%1").arg(QString::number(console_id, 16).toUpper()));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user