Changeset 1a40870 for src/Parser


Ignore:
Timestamp:
May 21, 2025, 10:05:15 PM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
cecb260
Parents:
99fc978
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r99fc978 r1a40870  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 21 11:25:13 2025
    13 // Update Count     : 7295
     12// Last Modified On : Wed May 21 18:44:44 2025
     13// Update Count     : 7296
    1414//
    1515
     
    155155void distInl( DeclarationNode * declaration ) {
    156156        // distribute INLINE across all declarations
    157         for ( DeclarationNode *decl = declaration ; decl != nullptr ; decl = decl->next ) {
     157        for ( DeclarationNode * decl = declaration ; decl != nullptr ; decl = decl->next ) {
    158158                decl->set_inLine( true );
    159159        } // for
Note: See TracChangeset for help on using the changeset viewer.