From: Fletcher T. Penney Date: Tue, 23 May 2017 18:29:54 +0000 (-0400) Subject: Update libMultiMarkdown.h X-Git-Tag: 6.0.6^2~9^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4fa81613f6b0588b65c4617ce812005cf2cae15;p=multimarkdown Update libMultiMarkdown.h Change code style to match --- diff --git a/Sources/libMultiMarkdown/include/libMultiMarkdown.h b/Sources/libMultiMarkdown/include/libMultiMarkdown.h index 8902a5a..2738796 100644 --- a/Sources/libMultiMarkdown/include/libMultiMarkdown.h +++ b/Sources/libMultiMarkdown/include/libMultiMarkdown.h @@ -132,7 +132,7 @@ void mmd_engine_set_language(mmd_engine * e, short language); /// Return the version string for this build of libMultiMarkdown /// The returned `char *` will need to be freed after it is no longer needed. -char* mmd_version(void); +char * mmd_version(void); /// Token types for parse tree enum token_types {