From: Mark Wooding Date: Tue, 5 Jan 2016 17:17:40 +0000 (+0000) Subject: test/chimaera.sod: Reformatting. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/01b1aacdc09e8f681cb2f0e3896d9b0679d6be24 test/chimaera.sod: Reformatting. Takes up less space now. --- diff --git a/test/chimaera.sod b/test/chimaera.sod index 193d5ec..644bb74 100644 --- a/test/chimaera.sod +++ b/test/chimaera.sod @@ -16,11 +16,8 @@ code h : includes { class Animal : SodObject { int tickles = 0; - [combination = progn] - void tickle(); - - [role = before] - void nml.tickle() { me->nml.tickles++; } + [combination = progn] void tickle(); + [role = before] void nml.tickle() { me->nml.tickles++; } } class Lion : Animal {