forked from cory/tildefriends
clang-format the source. Not exactly how I want it, but automated is better than perfect.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4845 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -12,7 +12,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
typedef enum _serialize_type_t {
|
||||
typedef enum _serialize_type_t
|
||||
{
|
||||
kUndefined,
|
||||
kNull,
|
||||
kUninitialized,
|
||||
@ -29,7 +30,8 @@ typedef enum _serialize_type_t {
|
||||
kException,
|
||||
} serialize_type_t;
|
||||
|
||||
typedef struct _buffer_t {
|
||||
typedef struct _buffer_t
|
||||
{
|
||||
char* data;
|
||||
size_t size;
|
||||
size_t capacity;
|
||||
|
Reference in New Issue
Block a user