Merge pull request #360 from Chris-F5/fix-indentation

Fix indentation
This commit is contained in:
Luke Smith 2025-03-05 15:13:10 +00:00 committed by GitHub
commit fe9fadd0eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 15 deletions

3
x.c
View file

@ -1663,8 +1663,7 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i
/* Render underline and strikethrough. */
if (base.mode & ATTR_UNDERLINE) {
XftDrawRect(xw.draw, fg, winx, winy + dc.font.ascent + 1,
width, 1);
XftDrawRect(xw.draw, fg, winx, winy + dc.font.ascent + 1, width, 1);
}
if (base.mode & ATTR_STRUCK) {