Changeset 793eb2f for src/main.cpp


Ignore:
Timestamp:
Jul 3, 2024, 4:18:44 PM (2 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
39cf5cc
Parents:
7fe4adbb
Message:

One extra whitespace line removed. I do not believe that represented an important ordering point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r7fe4adbb r793eb2f  
    320320                PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
    321321                PASS( "Fix Qualified Types", Validate::fixQualifiedTypes, transUnit );
    322 
    323322                PASS( "Eliminate Typedef", Validate::eliminateTypedef, transUnit );
    324323                PASS( "Hoist Struct", Validate::hoistStruct, transUnit );
Note: See TracChangeset for help on using the changeset viewer.