mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Fixed formatting (#2917)
This commit is contained in:
parent
085f5024b9
commit
3e168fb76a
@ -33,8 +33,7 @@ protected:
|
||||
void setHasTarget(bool hasTarget);
|
||||
QAction *actionApplySignature;
|
||||
QAction *actionCopyLine;
|
||||
QAction *actionShowContents;
|
||||
|
||||
FlirtDescription entry;
|
||||
};
|
||||
#endif // FlirtCONTEXTMENU_H
|
||||
#endif // FLIRT_CONTEXTMENU_H
|
||||
|
@ -551,7 +551,6 @@ void DecompilerWidget::highlightBreakpoints()
|
||||
for (RVA &bp : functionBreakpoints) {
|
||||
if (bp == RVA_INVALID) {
|
||||
continue;
|
||||
;
|
||||
}
|
||||
cursor = getCursorForAddress(bp);
|
||||
if (!cursor.isNull()) {
|
||||
|
Loading…
Reference in New Issue
Block a user