Cleanup: whitespace.
authorCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2024 23:09:15 +0000 (00:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Nov 2024 22:31:41 +0000 (23:31 +0100)
src/lib/grok_j2k_encoder_thread.cc

index c3cd6f8dd4ac2d52e312780145e9ee66c1845774..f8bfddf58dc0ac3ac0f167acd276533dbf4aa8d1 100644 (file)
@@ -66,7 +66,11 @@ try
                        frame_guard.cancel();
                }
        }
-} catch (boost::thread_interrupted& e) {
-} catch (...) {
+}
+catch (boost::thread_interrupted& e)
+{
+
+}
+catch (...) {
        store_current();
 }