Code Formatting

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Tomas 2023-05-04 07:27:52 +07:00 committed by GitHub
parent b78af37cd2
commit 932e616cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -551,7 +551,7 @@ int main(int argc, char ** argv) {
return 0;
}
#endif
if(!line.empty()){
if (!line.empty()) {
if (line.back() == '\\') {
line.pop_back(); // Remove the continue character
} else {