mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Various formatting and consistency fixes
This commit is contained in:
parent
5fb94230cd
commit
b25e1a2eb4
61 changed files with 143 additions and 178 deletions
|
@ -2,7 +2,6 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
// see IniFile.h
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -292,7 +291,6 @@ bool IniFile::GetLines(const std::string& sectionName, std::vector<std::string>*
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
void IniFile::SortSections()
|
||||
{
|
||||
sections.sort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue