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:
@ -6,7 +6,7 @@ typedef struct uv_pipe_s uv_pipe_t;
|
||||
|
||||
typedef struct _tf_packetstream_t tf_packetstream_t;
|
||||
|
||||
typedef void (tf_packetstream_onreceive_t)(int packet_type, const char* begin, size_t length, void* user_data);
|
||||
typedef void(tf_packetstream_onreceive_t)(int packet_type, const char* begin, size_t length, void* user_data);
|
||||
|
||||
tf_packetstream_t* tf_packetstream_create();
|
||||
void tf_packetstream_destroy(tf_packetstream_t* stream);
|
||||
|
Reference in New Issue
Block a user