]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.cpp
reindent
[kdenlive] / src / kthumb.cpp
index 36a97e0ae9e358c8ffab79a7afe3b570ca64ba81..ffbeec995b9abd5b02e4edf7f3091227e4201d27 100644 (file)
@@ -191,12 +191,12 @@ void KThumb::extractImage(int frame, int frame2)
     const int theight = KdenliveSettings::trackheight();
 
     if (frame != -1) {
-            QPixmap pix=getFrame(m_producer,frame,twidth,theight);
-            emit thumbReady(frame, pix);
-    } 
+        QPixmap pix = getFrame(m_producer, frame, twidth, theight);
+        emit thumbReady(frame, pix);
+    }
     if (frame2 != -1) {
-            QPixmap pix=getFrame(m_producer,frame2,twidth,theight);
-            emit thumbReady(frame2, pix);
+        QPixmap pix = getFrame(m_producer, frame2, twidth, theight);
+        emit thumbReady(frame2, pix);
     }
 }