style: spaces

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
jaime-m-p 2024-07-05 15:58:44 +02:00 committed by GitHub
parent 906476f6ff
commit 0137683e11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ int main(int argc, char **argv) {
t.join();
}
if(errcode) {
if (errcode) {
return errcode;
}
}