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

Commit b0d30271 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix formatting in 4df4dfed."

parents af2cd21d f6b62d0a
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;
}