Fixing some whitespace issues.

This commit is contained in:
Christoffer Lerno
2024-10-08 19:38:23 +02:00
parent 0cc62058a9
commit a665978b64
34 changed files with 574 additions and 581 deletions

View File

@@ -119,7 +119,7 @@ fn char* body(Md5* ctx, void* data, usz size)
char* ptr;
uint a, b, c, d;
uint saved_a, saved_b, saved_c, saved_d;
ptr = data;
ptr = data;
a = ctx.a;
b = ctx.b;
c = ctx.c;