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

Commit 43480e82 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix cert-dcl16-c clang-tidy warnings in include." am: fc3c56fb am: f9eee461

am: a33c8e8e

Change-Id: I95d0ee896e0c025f6fed8c17c0a382a86183fa56
parents 63a9ec6b a33c8e8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -551,7 +551,7 @@ public:


    static int64_t convertTimespecToUs(const struct timespec &tv)
    static int64_t convertTimespecToUs(const struct timespec &tv)
    {
    {
        return tv.tv_sec * 1000000ll + tv.tv_nsec / 1000;
        return tv.tv_sec * 1000000LL + tv.tv_nsec / 1000;
    }
    }


    // current monotonic time in microseconds.
    // current monotonic time in microseconds.