Skip to content
Snippets Groups Projects
Commit a6da07e5 authored by Luca Weiss's avatar Luca Weiss
Browse files

Add space between // and comment

Enforced by the new clang-format version.
parent 33ac260a
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ int character_atlas_render_string(SDL_Renderer* renderer, struct character_atlas
maxy = items[i]->bitmap.h;
}
}
//how much do we have to change the letter's size by?
// how much do we have to change the letter's size by?
double str_width_factor = (double)w / (double)str_normal_width;
SDL_Rect r;
r.x = x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment