Commit 67946ae5 authored by Sam Lantinga's avatar Sam Lantinga

indent

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403353
parent bab3f5e8
......@@ -565,7 +565,8 @@ SW_RenderLine(SDL_Renderer * renderer, int x1, int y1, int x2, int y2)
if (data->renderer->LockTexture(data->renderer,
data->texture[data->current_texture],
&data->surface.clip_rect, 1, &data->surface.pixels,
&data->surface.clip_rect, 1,
&data->surface.pixels,
&data->surface.pitch) < 0) {
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment