mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix indentation
svn path=/trunk/; revision=25591
This commit is contained in:
parent
17291b0214
commit
e51baab788
12 changed files with 119 additions and 120 deletions
|
@ -227,7 +227,6 @@ Project::WriteConfigurationFile ()
|
|||
void
|
||||
Project::ExecuteInvocations ()
|
||||
{
|
||||
fprintf( stderr, "ExecuteInvocations\n" );
|
||||
for ( size_t i = 0; i < modules.size (); i++ )
|
||||
modules[i]->InvokeModule ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue