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

Commit ab6840e4 authored by Stephen Hines's avatar Stephen Hines Committed by android-build-merger
Browse files

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

am: a7fa269d

Change-Id: I865b0ed4a033d20e4018eace91a076ffcab789b2
parents faec550a a7fa269d
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)                                                     \


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