From 2ae92dcc97765deb2845dd07a338858aeb375cb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 14:13:37 +0100 Subject: No-op: whitespace. --- src/transfer_function.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transfer_function.cc') diff --git a/src/transfer_function.cc b/src/transfer_function.cc index bf9b0f2b..bdd7ae9f 100644 --- a/src/transfer_function.cc +++ b/src/transfer_function.cc @@ -42,7 +42,7 @@ double const * TransferFunction::lut (int bit_depth, bool inverse) const { boost::mutex::scoped_lock lm (_mutex); - + map, double*>::const_iterator i = _luts.find (make_pair (bit_depth, inverse)); if (i != _luts.end ()) { return i->second; -- cgit v1.2.3