Whitespace issues found by astyle

pull/851/head
Jesse Vincent 4 years ago
parent ceecd5d71b
commit 2870a0b8ec
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -47,7 +47,7 @@ class AssertTopActiveLayerIs {
public: public:
virtual ~Action() = default; virtual ~Action() = default;
Action(int layer_id) : layer_id_(layer_id) {} Action(int layer_id) : layer_id_(layer_id) {}

@ -38,11 +38,11 @@ namespace interface {
/// ///
class ReportAction_ : public Action_ { class ReportAction_ : public Action_ {
public: public:
typedef Report_ ReportType; typedef Report_ ReportType;
typedef ReportAction_ ActionBaseType; typedef ReportAction_ ActionBaseType;
virtual ~ReportAction_() = default; virtual ~ReportAction_() = default;
virtual uint8_t getReportTypeId() const { virtual uint8_t getReportTypeId() const {
return AnyTypeReportTypeId; return AnyTypeReportTypeId;

Loading…
Cancel
Save