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

Commit f6b62d0a authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix formatting in 4df4dfed.

Change-Id: I1ad219285cb1f4a39cfe2bdef224b78eff843317
parent af2cd21d
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;
}