Skip to content

Commit 2f575d0

Browse files
Astyle
1 parent 3b9d993 commit 2f575d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

neo/d3xp/menus/MenuHandler_Shell.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void idMenuHandler_Shell::Update()
6060
ClearWidgetActionRepeater();
6161
}
6262

63-
if( nextState != state && gui->IsContructed())
63+
if( nextState != state && gui->IsContructed() )
6464
{
6565

6666
if( introGui != NULL && introGui->IsActive() )

neo/swf/SWF_Load.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ bool idSWF::LoadBinary( const char* bfilename, ID_TIME_T sourceTimeStamp )
634634
f->ReadString( symbolClasses.symbols[i].name );
635635
}
636636

637-
if ( abcFile.AbcTagData.Length() )
638-
{
637+
if( abcFile.AbcTagData.Length() )
638+
{
639639
DoABC( abcFile.AbcTagData );
640640
}
641641
}

neo/swf/SWF_SpriteInstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ swfDisplayEntry_t* idSWFSpriteInstance::AddDisplayEntry( int depth, int characte
247247
{
248248
display.textInstance->scriptObject.DeepCopy( dcopy.GetObject() );
249249
}
250-
250+
251251
display.textInstance->scriptObject.SetPrototype( super );
252252
}
253253

0 commit comments

Comments
 (0)