From: fennecdjay Date: Thu, 10 Oct 2019 15:15:15 +0000 (+0200) Subject: :shirt: Remove trailing whitespace X-Git-Tag: nightly~2198^2~10 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=bec7aada3f450a6d21947adf98c8ce57af7cf6b1;p=gwion.git :shirt: Remove trailing whitespace --- diff --git a/examples/Gain.gw b/examples/Gain.gw index 7c8dcee7..52726d02 100644 --- a/examples/Gain.gw +++ b/examples/Gain.gw @@ -4,5 +4,5 @@ spork { while(true) { g.gain() == (.2 ? .2 : .1) => g.gain; .15::second => now; for(int i; i < 5; i++) { <<< g.op() >>>; i => g.op; - 2::second => now; + 2::second => now; }