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:
GNUmakefile
src
bip39.words.cbip39.words.hdatabase.js.cfile.js.chttp.chttp.hhttpd.js.cios.mlog.hmain.cmem.cpacketstream.cpacketstream.hserialize.csocket.js.cssb.cssb.connections.cssb.db.cssb.db.hssb.export.cssb.hssb.import.cssb.js.cssb.rpc.cssb.tests.ctask.ctask.htaskstub.js.ctests.ctls.ctls.htlscontext.js.ctrace.ctrace.hutil.js.cutil.js.h
@ -8,7 +8,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef struct _tf_packetstream_t {
|
||||
typedef struct _tf_packetstream_t
|
||||
{
|
||||
tf_packetstream_onreceive_t* onreceive;
|
||||
void* onreceive_user_data;
|
||||
uv_pipe_t stream;
|
||||
|
Reference in New Issue
Block a user