diff options
| author | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
| commit | a67dc94484cf9869793fc1861914b800a6559a74 (patch) | |
| tree | 68e9a016380776a6a6d90159722d1514756a4929 /src/hash/pearson.h | |
| parent | 795284d3b173473003129882739f371f37059adb (diff) | |
fix indentation!!!
Diffstat (limited to 'src/hash/pearson.h')
| -rw-r--r-- | src/hash/pearson.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/pearson.h b/src/hash/pearson.h index 4cdfda9..c10fea4 100644 --- a/src/hash/pearson.h +++ b/src/hash/pearson.h @@ -2,7 +2,7 @@ #include <stdint.h> struct pearson_hash { - uint8_t ret; + uint8_t ret; }; struct pearson_hash pearson_init(); |
