mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-06 19:51:42 -04:00
code format .
This commit is contained in:
parent
98edf6b910
commit
d5cf156aeb
1 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,9 @@ WORD CIniFile::LoadFile(const std::string& filename, BOOL bNoSpaces)
|
|||
{
|
||||
Clear();
|
||||
|
||||
if (filename.size() == NULL) return 1;
|
||||
if (filename.size() == NULL) {
|
||||
return 1;
|
||||
}
|
||||
m_filename = filename;
|
||||
|
||||
return(InsertFile(filename, NULL, bNoSpaces));
|
||||
|
@ -77,7 +79,6 @@ WORD CIniFile::LoadFile(const std::string& filename, BOOL bNoSpaces)
|
|||
|
||||
void CIniFile::Clear()
|
||||
{
|
||||
|
||||
sections.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue