From e927ce8acb6848974077fbbd6dc110dd3948b48a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Jul 2019 14:41:19 +1000 Subject: Cleanup: avoid line breaks from trailing comments --- source/blender/blenloader/intern/writefile.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/blender/blenloader/intern/writefile.c') diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c index 115387a697b..5954ba9cf8e 100644 --- a/source/blender/blenloader/intern/writefile.c +++ b/source/blender/blenloader/intern/writefile.c @@ -553,10 +553,8 @@ static void writestruct_id( writestruct_at_address_id(wd, filecode, structname, nr, adr, adr); } -static void writedata(WriteData *wd, - int filecode, - int len, - const void *adr) /* do not use for structs */ +/* do not use for structs */ +static void writedata(WriteData *wd, int filecode, int len, const void *adr) { BHead bh; -- cgit v1.2.3