Changeset cf3da24 for src/main.cc


Ignore:
Timestamp:
Oct 10, 2023, 11:42:38 AM (10 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4604bf5
Parents:
ee9ad40
Message:

Fixed up some whitespace. Pretty minor stuff mostly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    ree9ad40 rcf3da24  
    346346                PASS( "Implement Concurrent Keywords", Concurrency::implementKeywords, transUnit );
    347347                PASS( "Fix Unique Ids", Validate::fixUniqueIds, transUnit );
    348         PASS( "Implement Corun", Concurrency::implementCorun, transUnit );
     348                PASS( "Implement Corun", Concurrency::implementCorun, transUnit );
    349349                PASS( "Hoist Control Declarations", ControlStruct::hoistControlDecls, transUnit );
    350350
Note: See TracChangeset for help on using the changeset viewer.