diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-10 23:45:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:38 +0100 |
| commit | 1b7a95ef93ec9e8232bdac01484c76ca1036676f (patch) | |
| tree | 2b9c608f571e81523b835208f11e5df89813d9d1 /src | |
| parent | e99284608810c03a6bfa26a2976432c57936ca87 (diff) | |
Cleanup: white space.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/j2k_encoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/j2k_encoder.cc b/src/lib/j2k_encoder.cc index 4e4759bc6..552135469 100644 --- a/src/lib/j2k_encoder.cc +++ b/src/lib/j2k_encoder.cc @@ -73,8 +73,8 @@ J2KEncoder::~J2KEncoder () _server_found_connection.disconnect(); { - boost::mutex::scoped_lock lm (_threads_mutex); - terminate_threads (); + boost::mutex::scoped_lock lm(_threads_mutex); + terminate_threads(); } delete _context; |
