stringbuf.c: chipped away at style modernization
authorArt Cancro <ajc@citadel.org>
Mon, 30 Oct 2023 18:05:20 +0000 (09:05 -0900)
committerArt Cancro <ajc@citadel.org>
Mon, 30 Oct 2023 18:05:20 +0000 (09:05 -0900)
commite802e46ef830b524fd845aea83969de875b144d0
tree02cb77d5eda840ac64e349020bcb37b035317f86
parent1f63ff8f14e9bb33cff7efa690f7282bcd197188
stringbuf.c: chipped away at style modernization

This is a big one with a lot of outdated style in it.
Folded lines which were >80 columns but <132 columns.
Add {} braces to single-line conditional blocks.
Replaced C89 comments with C99 comments.
libcitadel/lib/json.c
libcitadel/lib/stringbuf.c