Changeset 69ab896 for src/CodeGen


Ignore:
Timestamp:
Dec 15, 2023, 4:16:36 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
5546eee4
Parents:
19a2890
Message:

Small fix in code generation. The first case in a switch is formatted properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cpp

    r19a2890 r69ab896  
    10261026        output << " ) ";
    10271027
    1028         output << "{";
     1028        output << "{" << endl;
    10291029        ++indent;
    10301030        for ( auto node : stmt->cases ) {
Note: See TracChangeset for help on using the changeset viewer.