krazy complains about these. --- src/projecttree/meltjob.cpp | 3 ++- src/utils/resourcewidget.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/projecttree/meltjob.cpp b/src/projecttree/meltjob.cpp index 2587975..1476072 100644 --- a/src/projecttree/meltjob.cpp +++ b/src/projecttree/meltjob.cpp @@ -198,4 +198,5 @@ void MeltJob::emitFrameNumber() if (m_consumer && m_length > 0) { emit jobProgress(m_clipId, (int) (100 * m_consumer->position() / m_length), jobType); } -} \ No newline at end of file +} + diff --git a/src/utils/resourcewidget.cpp b/src/utils/resourcewidget.cpp index cafd50a..0ef2287 100644 --- a/src/utils/resourcewidget.cpp +++ b/src/utils/resourcewidget.cpp @@ -397,4 +397,5 @@ void ResourceWidget::updateLayout() if (!m_desc.isEmpty()) content.append(m_desc); if (!m_meta.isEmpty()) content.append(m_meta); info_browser->setHtml(content); -} \ No newline at end of file +} + -- 1.7.10.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Kdenlive-devel mailing list Kdenlive-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kdenlive-devel