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

Commit c5a1e23f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix cert-dcl16-c clang-tidy warnings in audioflinger."

parents 8774dda4 3e330f09
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);