From 99c124255f17161d285ad6f9ad36917f5cb19bd2 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 29 Nov 2023 11:30:53 -0800 Subject: Consistent code style --- test-convert-markdown.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test-convert-markdown.c') diff --git a/test-convert-markdown.c b/test-convert-markdown.c index d2eb1a7..936b118 100644 --- a/test-convert-markdown.c +++ b/test-convert-markdown.c @@ -16,9 +16,9 @@ #include "parse-file.h" -static int test_parse_file(const char* testname, const char* input, const char* output) { - FILE* instream = tmpfile(); - FILE* outstream = tmpfile(); +static int test_parse_file(const char *testname, const char *input, const char *output) { + FILE *instream = tmpfile(); + FILE *outstream = tmpfile(); if (instream == NULL || outstream == NULL) { printf("Error opening temporary file(s)"); -- cgit v1.2.3