From 01b1aacdc09e8f681cb2f0e3896d9b0679d6be24 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 5 Jan 2016 17:17:40 +0000 Subject: [PATCH] test/chimaera.sod: Reformatting. Takes up less space now. --- test/chimaera.sod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 { -- 2.11.0