Code Formatting
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
b78af37cd2
commit
932e616cf4
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ int main(int argc, char ** argv) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if(!line.empty()){
|
if (!line.empty()) {
|
||||||
if (line.back() == '\\') {
|
if (line.back() == '\\') {
|
||||||
line.pop_back(); // Remove the continue character
|
line.pop_back(); // Remove the continue character
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue