changing {} style to match majority of previous style

This commit is contained in:
Philippe Teuwen 2019-03-10 11:20:22 +01:00
commit 961d929f4d
320 changed files with 5502 additions and 10485 deletions

View file

@ -29,8 +29,7 @@
#include <stdint.h>
static inline uint32_t get_utf8(const uint8_t **buffer, const uint8_t *end)
{
static inline uint32_t get_utf8(const uint8_t **buffer, const uint8_t *end) {
int charsNeeded;
uint32_t uc, min_uc;
uint8_t b;