fix formatting

This commit is contained in:
Garux
2021-10-26 18:16:24 +03:00
parent 977781a621
commit 0c390241c8
52 changed files with 242 additions and 242 deletions

View File

@@ -235,7 +235,7 @@ EntityClass *Eclass_InitFromText( const char *text ){
return 0;
}
for ( int i = 0 ; i < 2 ; i++ )
for ( int i = 0; i < 2; i++ )
{
while ( *text != ')' )
{
@@ -262,7 +262,7 @@ EntityClass *Eclass_InitFromText( const char *text ){
{
// any remaining words are parm flags
const char* p = parms;
for ( std::size_t i = 0 ; i < MAX_FLAGS ; i++ )
for ( std::size_t i = 0; i < MAX_FLAGS; i++ )
{
p = COM_Parse( p );
if ( !p ) {