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

Commit 413c961f 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 audioflinger."

am: c5a1e23f

Change-Id: Ieb840b9df2d88f61378c8ba890b6c1ee116f1a75
parents e8f69f37 c5a1e23f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ BufLogStream::BufLogStream(unsigned int id,
        unsigned int samplingRate,
        size_t maxBytes = 0) : mId(id), mFormat(format), mChannels(channels),
                mSamplingRate(samplingRate), mMaxBytes(maxBytes) {
    mByteCount = 0l;
    mByteCount = 0;
    mPaused = false;
    if (tag != NULL) {
        (void)audio_utils_strlcpy(mTag, tag);