Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7fa269d authored by Stephen Hines's avatar Stephen Hines Committed by Gerrit Code Review
Browse files

Merge "NFC: Switch CHECK_INTERFACE to be a more friendly macro statement."

parents dc23aff2 f326c9b5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -124,7 +124,9 @@ public: \


#define CHECK_INTERFACE(interface, data, reply)                         \
    do {                                                                \
      if (!(data).checkInterface(this)) { return PERMISSION_DENIED; }   \
    } while (false)                                                     \


// ----------------------------------------------------------------------