remove excess spaces

This commit is contained in:
Li 2022-07-08 22:12:40 +12:00
parent fe308e5005
commit 4c847bc0dc
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ int main(int argc, char* argv[]) {
key_to_string(out_key, keystr, sizeof(keystr));
printf("Key found: %s", keystr);
return 0;
}
}
#endif