From: Carl Hetherington Date: Sun, 10 Sep 2023 21:45:56 +0000 (+0200) Subject: Cleanup: white space. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=1b7a95ef93ec9e8232bdac01484c76ca1036676f;p=dcpomatic.git Cleanup: white space. --- 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;