Changeset 23fb819 for src


Ignore:
Timestamp:
Sep 12, 2024, 9:01:57 PM (3 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
2b5e051
Parents:
b24cbaf
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/StatementNode.cpp

    rb24cbaf r23fb819  
    1111// Created On       : Sat May 16 14:59:41 2015
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Mon Sep  9 11:28:07 2024
    14 // Update Count     : 430
     13// Last Modified On : Mon Sep  9 21:49:15 2024
     14// Update Count     : 431
    1515//
    1616
     
    184184
    185185ast::Stmt * build_while( const CodeLocation & location, CondCtl * ctl, StatementNode * stmt, StatementNode * else_ ) {
    186         std::vector<ast::ptr<ast::Stmt>> astinit;                                               // maybe empty
     186        std::vector<ast::ptr<ast::Stmt>> astinit;                       // maybe empty
    187187        ast::Expr * astcond = build_if_control( ctl, astinit ); // ctl deleted, cond/init set
    188188
Note: See TracChangeset for help on using the changeset viewer.