diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-29 11:30:53 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-29 11:30:53 -0800 |
| commit | 99c124255f17161d285ad6f9ad36917f5cb19bd2 (patch) | |
| tree | 1757a9c315b17522b3b4a2616ce29de60594181c /parse-file.h | |
| parent | 9e90de0981a9c6c12e81f24b9f4d1428a26a090a (diff) | |
| download | convert-markdown-99c124255f17161d285ad6f9ad36917f5cb19bd2.tar.gz convert-markdown-99c124255f17161d285ad6f9ad36917f5cb19bd2.zip | |
Consistent code style
Diffstat (limited to 'parse-file.h')
| -rw-r--r-- | parse-file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parse-file.h b/parse-file.h index 30f292f..4d7c2e6 100644 --- a/parse-file.h +++ b/parse-file.h @@ -28,6 +28,6 @@ #include <sys/queue.h> #include <lowdown.h> -void _parse_file(FILE*, FILE*); +void _parse_file(FILE *, FILE *); -#endif
\ No newline at end of file +#endif |
