Fixed formatting (#2917)

This commit is contained in:
Giovanni 2022-03-30 10:41:37 +02:00 committed by Anton Kochkov
parent 085f5024b9
commit 3e168fb76a
5 changed files with 4 additions and 6 deletions

View File

@ -33,8 +33,7 @@ protected:
void setHasTarget(bool hasTarget); void setHasTarget(bool hasTarget);
QAction *actionApplySignature; QAction *actionApplySignature;
QAction *actionCopyLine; QAction *actionCopyLine;
QAction *actionShowContents;
FlirtDescription entry; FlirtDescription entry;
}; };
#endif // FlirtCONTEXTMENU_H #endif // FLIRT_CONTEXTMENU_H

View File

@ -551,7 +551,6 @@ void DecompilerWidget::highlightBreakpoints()
for (RVA &bp : functionBreakpoints) { for (RVA &bp : functionBreakpoints) {
if (bp == RVA_INVALID) { if (bp == RVA_INVALID) {
continue; continue;
;
} }
cursor = getCursorForAddress(bp); cursor = getCursorForAddress(bp);
if (!cursor.isNull()) { if (!cursor.isNull()) {