Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r16d862d r90e683b  
    99// Author           : Aaron B. Moss
    1010// Created On       : Thu May 9 10:00:00 2019
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 21:54:18 2026
    13 // Update Count     : 36
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Wed Apr  5 10:42:00 2023
     13// Update Count     : 35
    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.