From a6206e2a444a2ae94cea0d3d4a6b3762e289a07e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 6 Jun 2012 22:43:41 +0200 Subject: small identation change --- lib/SampOsc.ck | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/SampOsc.ck b/lib/SampOsc.ck index 1aadbea..a6a57e6 100644 --- a/lib/SampOsc.ck +++ b/lib/SampOsc.ck @@ -5,11 +5,13 @@ public class SampOsc extends SndBuf { 1 => float __freq; /* pseudo-private */ - fun float freq(float f) + fun float + freq(float f) { return f => __freq; } - fun float freq() + fun float + freq() { return __freq; } -- cgit v1.2.3