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

Commit 0402658d authored by Changyeon Jo's avatar Changyeon Jo
Browse files

Apply cosmetic changes

Run clang-format to apply our coding conventions.

Bug: 376306199
Test: Build
Flag: EXEMPT HAL change only
Change-Id: I336c44eedaee0f02ded592598a11875256c492ec
parent 43399105
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -205,7 +205,8 @@ ndk::ScopedAStatus EvsCamera::stopVideoStream() {
        }

        if ((!preVideoStreamStop_locked(status, lck) || !stopVideoStreamImpl_locked(status, lck) ||
             !postVideoStreamStop_locked(status, lck)) && !status.isOk()) {
             !postVideoStreamStop_locked(status, lck)) &&
            !status.isOk()) {
            needShutdown = true;
        }
    }
+5 −3
Original line number Diff line number Diff line
@@ -501,7 +501,9 @@ bool EvsVideoEmulatedCamera::postVideoStreamStop_locked(ndk::ScopedAStatus& stat
        return false;
    }

    EvsEventDesc event = { .aType = EvsEventType::STREAM_STOPPED, };
    EvsEventDesc event = {
            .aType = EvsEventType::STREAM_STOPPED,
    };
    if (auto result = mStream->notify(event); !result.isOk()) {
        LOG(WARNING) << "Failed to notify the end of the stream.";
    }
+1 −1

File changed.

Contains only whitespace changes.