Skip to content
Snippets Groups Projects
Commit e287bb4d authored by Jannis Rieger's avatar Jannis Rieger
Browse files

fixed code style

parent 52829e8b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,6 @@ void gfx_puts(
) {
// iterate over the string
while (*str) {
// if the current position plus the width of the next character
// would bring us outside of the display ...
if ((x + font->Width) > r->width) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment