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/rng.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/rng.h')
| -rw-r--r-- | src/lib/rng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rng.h b/src/lib/rng.h index e3dc0c50d..d03988e7c 100644 --- a/src/lib/rng.h +++ b/src/lib/rng.h @@ -31,9 +31,9 @@ namespace dcpomatic { class RNG { public: - RNG (int32_t seed); + RNG(int32_t seed); - int32_t get (); + int32_t get(); private: uint32_t _state; |
