chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2761f5c
)
test/chimaera.sod: Reformatting.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 Jan 2016 17:17:40 +0000
(17:17 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000
(14:40 +0100)
Takes up less space now.
test/chimaera.sod
patch
|
blob
|
blame
|
history
diff --git
a/test/chimaera.sod
b/test/chimaera.sod
index 193d5ec260dce772afc7c33cb5eaeb8269af5dd3..644bb7400f127e818dc6eba6f8cdee321005bdaf 100644
(file)
--- a/
test/chimaera.sod
+++ b/
test/chimaera.sod
@@
-16,11
+16,8
@@
code h : includes {
class Animal : SodObject {
int tickles = 0;
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 {
}
class Lion : Animal {