diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 17:30:24 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 17:30:24 +0100 |
| commit | d37b6447fa2ca6fd11fbb8bc798f06a475060e53 (patch) | |
| tree | 2d05bbce7faab0938e5396a5be563374c9cf046b | |
| parent | 9f02c523512f2de2adf9d219c0e819abfbfa7724 (diff) | |
Reformat doc
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -280,8 +280,8 @@ static int str_has_suffix(const char *str, const char *suffix) } /* Compute something that identifies the content of FILE. Algorithm by Dan - Bernstein from http://www.cse.yorku.ca/~oz/hash.html via - https://stackoverflow.com/a/7666577/20138083. */ + * Bernstein from http://www.cse.yorku.ca/~oz/hash.html via + * https://stackoverflow.com/a/7666577/20138083. */ static uint32_t sum(const char *file) { FILE *stream = fopen(file, "r"); |
