Tidying
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
||||
protected:
|
||||
|
||||
public:
|
||||
Mega(const Avr8& avr8) : Avr8(avr8) {};
|
||||
Mega(const Avr8& avr8): Avr8(avr8) {};
|
||||
|
||||
virtual bool supportsPromotion() override {
|
||||
return false;
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
||||
class Tiny: public Avr8
|
||||
{
|
||||
public:
|
||||
Tiny(const Avr8& avr8) : Avr8(avr8) {};
|
||||
Tiny(const Avr8& avr8): Avr8(avr8) {};
|
||||
|
||||
virtual bool supportsPromotion() override {
|
||||
return false;
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
||||
class XMega: public Avr8
|
||||
{
|
||||
public:
|
||||
XMega(const Avr8& avr8) : Avr8(avr8) {};
|
||||
XMega(const Avr8& avr8): Avr8(avr8) {};
|
||||
|
||||
virtual bool supportsPromotion() override {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user