mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:47:16 +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
|
void
|
||||||
Project::ExecuteInvocations ()
|
Project::ExecuteInvocations ()
|
||||||
{
|
{
|
||||||
fprintf( stderr, "ExecuteInvocations\n" );
|
|
||||||
for ( size_t i = 0; i < modules.size (); i++ )
|
for ( size_t i = 0; i < modules.size (); i++ )
|
||||||
modules[i]->InvokeModule ();
|
modules[i]->InvokeModule ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue