mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 13:05:02 +00:00
Fix code formatting
This commit is contained in:
parent
4d7ac97b89
commit
05a10aa8af
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
#define STRBUFFER_MIN_SIZE 16
|
||||
#define STRBUFFER_FACTOR 2
|
||||
#define STRBUFFER_SIZE_MAX ((size_t)-1)
|
||||
#define STRBUFFER_SIZE_MAX ((size_t)(-1))
|
||||
|
||||
int strbuffer_init(strbuffer_t *strbuff) {
|
||||
strbuff->size = STRBUFFER_MIN_SIZE;
|
||||
|
|
Loading…
Add table
Reference in a new issue