Cleanup: white space.
authorCarl Hetherington <cth@carlh.net>
Sun, 10 Sep 2023 21:45:56 +0000 (23:45 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Jan 2024 01:01:57 +0000 (02:01 +0100)
src/lib/j2k_encoder.cc

index 4e4759bc669d46bde4a022c9002a9bcf471ce389..552135469131a0a38fe273b6ce571bde29591d4c 100644 (file)
@@ -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;