fix: format style

This commit is contained in:
kuoi 2023-03-21 01:36:27 +08:00
parent d81bfbd8d9
commit 1051374b13
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ Sample readNex(char* itn) {
} }
return sam; return sam;
} }
string add_space(char x, string str_old) { string add_space(char x, string str_old) {
int i; int i;
string str_new; string str_new;