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

Commit 62abd4c8 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am b0d30271: Merge "Fix formatting in 4df4dfed."

* commit 'b0d30271':
  Fix formatting in 4df4dfed.
parents 496fc30d b0d30271
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -220,8 +220,9 @@ int SocketClient::sendDataLockedv(struct iovec *iov, int iovcnt) {

    sigaction(SIGPIPE, &old_action, &new_action);

    if ( e != 0 )
    if (e != 0) {
        errno = e;
    }
    return ret;
}