Cleanup: white space.
authorCarl Hetherington <cth@carlh.net>
Sun, 10 Sep 2023 21:45:56 +0000 (23:45 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Oct 2023 15:56:10 +0000 (17:56 +0200)
src/lib/j2k_encoder.cc

index b94626fcd49228fd3d605c7ad95bb20eae1175aa..4b53ee113bb7fd40f0f6993ef3af46820ad4b595 100644 (file)
@@ -74,8 +74,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;