diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-25 00:56:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-25 00:56:12 +0100 |
| commit | 1f3601d0f09ae33b24b5e793f0dcf57d3bff90f6 (patch) | |
| tree | b44395bced1f5cb3f220a985b8a2332668860774 /src/lib/audio_point.h | |
| parent | 975ad46587b8692f1acafac0e9b8ddf2c8ca6559 (diff) | |
White space: audio_delay.{cc,h} audio_point.{cc,h} rng.{cc,h} atmos_test.cc
Diffstat (limited to 'src/lib/audio_point.h')
| -rw-r--r-- | src/lib/audio_point.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/audio_point.h b/src/lib/audio_point.h index e7c232728..49646a8dc 100644 --- a/src/lib/audio_point.h +++ b/src/lib/audio_point.h @@ -40,14 +40,14 @@ public: COUNT }; - AudioPoint (); - explicit AudioPoint (cxml::ConstNodePtr node); - AudioPoint (AudioPoint const &); - AudioPoint& operator= (AudioPoint const &); + AudioPoint(); + explicit AudioPoint(cxml::ConstNodePtr node); + AudioPoint(AudioPoint const &); + AudioPoint& operator=(AudioPoint const &); - void as_xml (xmlpp::Element *) const; + void as_xml(xmlpp::Element *) const; - inline float& operator[] (int t) { + inline float& operator[](int t) { return _data[t]; } |
