mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix indentation
svn path=/trunk/; revision=29995
This commit is contained in:
parent
defe8031fb
commit
e03cad60ce
1 changed files with 4 additions and 4 deletions
|
@ -947,10 +947,10 @@ MingwBackend::GetBinutilsVersionDate ( const string& binutilsCommand )
|
|||
NUL );
|
||||
fp = popen ( versionCommand.c_str () , "r" );
|
||||
for( i = 0;
|
||||
( i < 80 ) &&
|
||||
( feof ( fp ) == 0 &&
|
||||
( ( ch = fgetc( fp ) ) != -1 ) );
|
||||
i++ )
|
||||
( i < 80 ) &&
|
||||
( feof ( fp ) == 0 &&
|
||||
( ( ch = fgetc( fp ) ) != -1 ) );
|
||||
i++ )
|
||||
{
|
||||
buffer[i] = (char) ch;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue