code_style: whitespace cleanup

This commit is contained in:
Nathan Baulch 2025-06-12 09:19:34 +10:00
parent dde08c507a
commit f4572c640b
44 changed files with 65 additions and 88 deletions

View file

@ -96,7 +96,7 @@ namespace SourceGit.Views
FontSize,
Foreground);
context.DrawText(formatted, new Point(offsetX, 0));
if (isName)
{
var lineY = formatted.Baseline + 2;