Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lorsanta committed Dec 1, 2024
1 parent 7912108 commit 9fe7a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/DisassemblyWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ void DisassemblyLeftPanel::paintEvent(QPaintEvent *event)
int arrowLineNumber = offsetToLine(arrow.jmpToffset());
int lineArrowY = lineToPixels(arrowLineNumber);

if(lineStartNumber == arrowLineNumber) {
if (lineStartNumber == arrowLineNumber) {
currentLineYPos += lineHeight / 4;
lineArrowY -= lineHeight / 4;
}
Expand Down

0 comments on commit 9fe7a38

Please sign in to comment.