code_style: general cleanup

This commit is contained in:
Nathan Baulch 2025-06-12 08:18:20 +10:00
parent 35eda489be
commit dde08c507a
50 changed files with 98 additions and 157 deletions

View file

@ -98,7 +98,6 @@ namespace SourceGit.Views
ctx.BeginFigure(new Point(x, y), true);
y = 1;
ctx.LineTo(new Point(x, y));
x = drawRightX - 6;
}
else
{
@ -112,9 +111,10 @@ namespace SourceGit.Views
x += 6;
y = 1;
ctx.ArcTo(new Point(x, y), new Size(6, 6), angle, false, SweepDirection.Clockwise);
x = drawRightX - 6;
}
x = drawRightX - 6;
if (drawRightX <= LauncherTabsScroller.Bounds.Right)
{
ctx.LineTo(new Point(x, y));