change fmt style

This commit is contained in:
2025-09-05 12:13:53 +02:00
parent bd09bae088
commit 7e08f3e736
11 changed files with 591 additions and 226 deletions

View File

@@ -28,7 +28,8 @@ static char expected[] = {
0xF2, 0x78, 0x5E, 0x42, 0x87, 0x4D,
};
int main(int argc, char **argv) {
int main(int argc, char** argv)
{
slowcrypt_chacha20 state[2];
char buf[64];
int i, j, blksz;