From e946b1bc4db7cc87fcf11afb5e9c00b1303ca68d Mon Sep 17 00:00:00 2001
From: Nikolai Shostak <nikolai.shostak@vicuesoft.com>
Date: Tue, 7 Feb 2023 18:20:14 +0300
Subject: [PATCH] Fix coding style

---
 source/App/DecoderApp/DecApp.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/App/DecoderApp/DecApp.cpp b/source/App/DecoderApp/DecApp.cpp
index 415e5b4539..cc7971c1ac 100644
--- a/source/App/DecoderApp/DecApp.cpp
+++ b/source/App/DecoderApp/DecApp.cpp
@@ -1034,7 +1034,9 @@ void DecApp::xWriteOutput( PicList* pcListPic, uint32_t tId )
         iterPic2++;
       }
       if (iterPic2 == pcListPic->end())
+      {
         continue;
+      }
       
       Picture* pcPicBottom = *(iterPic2);
 
-- 
GitLab