diff options
author | John MacFarlane <[email protected]> | 2015-01-05 16:45:38 -0800 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2015-01-05 16:45:38 -0800 |
commit | 1b6afb7654d29eced20de720d7b5d37fb861bad3 (patch) | |
tree | 8040843b983640d9afa69a8478b26231169afa53 /src/buffer.h | |
parent | 9a5c98fe0d6de2a1a940bc8b3209ba0c4fadf7c4 (diff) |
Reformatted code consistently with astyle.
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 875cf8c..fb9f910 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -93,7 +93,7 @@ int cmark_strbuf_putc(cmark_strbuf *buf, int c); int cmark_strbuf_put(cmark_strbuf *buf, const unsigned char *data, int len); int cmark_strbuf_puts(cmark_strbuf *buf, const char *string); int cmark_strbuf_printf(cmark_strbuf *buf, const char *format, ...) - CMARK_ATTRIBUTE((format (printf, 2, 3))); +CMARK_ATTRIBUTE((format (printf, 2, 3))); int cmark_strbuf_vprintf(cmark_strbuf *buf, const char *format, va_list ap); void cmark_strbuf_clear(cmark_strbuf *buf); |