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

fixed code style

parent b0c748be
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,6 @@ void gfx_puts( ...@@ -88,7 +88,6 @@ void gfx_puts(
) { ) {
// iterate over the string // iterate over the string
while (*str) { while (*str) {
// if the current position plus the width of the next character // if the current position plus the width of the next character
// would bring us outside of the display ... // would bring us outside of the display ...
if ((x + font->Width) > r->width) { 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