Changeset 16d862d for src/AST/Decl.hpp


Ignore:
Timestamp:
Jul 2, 2026, 5:02:04 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
13481af0
Parents:
9d7a19f
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r9d7a19f r16d862d  
    99// Author           : Aaron B. Moss
    1010// Created On       : Thu May 9 10:00:00 2019
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Apr  5 10:42:00 2023
    13 // Update Count     : 35
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Sun Jun 28 21:54:18 2026
     13// Update Count     : 36
    1414//
    1515
     
    108108          init( init ), bitfieldWidth( bitWd ) {}
    109109
    110         const Type* get_type() const override { return type; }
     110        const Type * get_type() const override { return type; }
    111111        void set_type( const Type * ty ) override { type = ty; }
    112112
Note: See TracChangeset for help on using the changeset viewer.