代码统一格式化

This commit is contained in:
MistEO
2021-08-11 12:39:08 +08:00
parent 48094261da
commit efa1fb2d97
31 changed files with 138 additions and 179 deletions

View File

@@ -19,7 +19,7 @@ int main(int argc, char** argv)
char ch = 0;
while (ch != 'q') {
AsstTestOcr(ptr, text_array, sizeof(text_array)/sizeof(char*), true);
AsstTestOcr(ptr, text_array, sizeof(text_array) / sizeof(char*), true);
ch = getchar();
}