diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:13:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:13:37 +0100 |
| commit | 2ae92dcc97765deb2845dd07a338858aeb375cb3 (patch) | |
| tree | 6f0f8dec0b81a0a7d56e8dbc3a87f0986dae6748 /src/colour_conversion.h | |
| parent | 13db82c73af330ffbc7a813cd38c5bef36d5b54c (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/colour_conversion.h')
| -rw-r--r-- | src/colour_conversion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index 1f824c81..1e293f78 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -48,7 +48,7 @@ class ColourConversion public: ColourConversion () {} - + ColourConversion ( boost::shared_ptr<const TransferFunction> in, YUVToRGB yuv_to_rgb, @@ -87,7 +87,7 @@ public: boost::optional<Chromaticity> adjusted_white () const { return _adjusted_white; } - + boost::shared_ptr<const TransferFunction> out () const { return _out; } @@ -123,7 +123,7 @@ public: void unset_adjusted_white () { _adjusted_white = boost::optional<Chromaticity> (); } - + void set_out (boost::shared_ptr<const TransferFunction> f) { _out = f; } |
