diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-09 00:49:53 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-09 00:49:53 +0100 |
| commit | 7f95deec0af600bddecf5d61299d2319d9059965 (patch) | |
| tree | 22012d45b6bd3a3bc5aefb044745d0e3afe2e692 /file.h | |
| parent | 842f5df169f6e576fa462d414c2645f108bfb9b6 (diff) | |
| download | crep-7f95deec0af600bddecf5d61299d2319d9059965.tar.gz | |
Fixed space width
Diffstat (limited to 'file.h')
| -rw-r--r-- | file.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ #include <stdio.h> struct FileContent { - const char *content; - size_t count; + const char *content; + size_t count; }; struct FileContent read_entire_file(const char *file_path); |
