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

Commit daea4604 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk: formatting

Missed clang-format.

Bug: N/A
Test: N/A
Change-Id: Iadd9fe8a67b01e4fc5aff6f176cbfcb66501ccc3
parent 20403620
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ namespace ndk {
/**
 * analog using std::shared_ptr for internally held refcount
 *
 * ref must be called at least one time during the lifetime of this object. The recommended way to construct
 * this object is with SharedRefBase::make.
 * ref must be called at least one time during the lifetime of this object. The recommended way to
 * construct this object is with SharedRefBase::make.
 */
class SharedRefBase {
public: