Fix the indentation (cont.)

This commit is contained in:
Laurent Rineau 2016-09-22 13:28:07 +02:00 committed by GitHub
parent 83eff08e47
commit 4f0ea28069
1 changed files with 1 additions and 2 deletions

View File

@ -1695,8 +1695,7 @@ void Viewer_impl::sendSnapshotToClipboard(Viewer *viewer)
#else
QApplication::clipboard()->setImage(*snap);
#endif
delete snap;
delete snap;
}
}