diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
| commit | e520f1009eaa552c7b3931ced85c0f19d8aff554 (patch) | |
| tree | bf992eab88f0691e5bc336895656ff91cb5f233e /src/lut.h | |
| parent | 8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/lut.h')
| -rw-r--r-- | src/lut.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ public: virtual ~LUT() { delete[] _lut; } - + float const * lut() const { return _lut; } |
