mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Removed empty line before opening braces
This commit is contained in:
parent
4d3fe0fd73
commit
5333c7ff4a
124 changed files with 0 additions and 2367 deletions
|
@ -77,7 +77,6 @@ void Entry< ScriptVariable, ScriptVariable >::Archive
|
|||
(
|
||||
Archiver& arc
|
||||
)
|
||||
|
||||
{
|
||||
key.ArchiveInternal( arc );
|
||||
value.ArchiveInternal( arc );
|
||||
|
@ -88,7 +87,6 @@ void Entry< short3, ScriptVariable >::Archive
|
|||
(
|
||||
Archiver& arc
|
||||
)
|
||||
|
||||
{
|
||||
if( arc.Loading() )
|
||||
{
|
||||
|
@ -2567,7 +2565,6 @@ void ScriptVariableList::Archive
|
|||
(
|
||||
Archiver &arc
|
||||
)
|
||||
|
||||
{
|
||||
Class::Archive( arc );
|
||||
list.Archive( arc );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue