Ran indent.sh on emitter.c & tuxpaint.c

This commit is contained in:
Bill Kendrick 2025-04-19 12:51:52 -07:00
parent 340e243cf6
commit e70f80c831
2 changed files with 5 additions and 3 deletions

View file

@ -282,7 +282,8 @@ char *emitter_get_description(magic_api *api ATTRIBUTE_UNUSED, int which, int mo
}
void emitter_drag(magic_api *api, int which, SDL_Surface *canvas,
SDL_Surface *last, int ox ATTRIBUTE_UNUSED, int oy ATTRIBUTE_UNUSED, int x, int y, SDL_Rect *update_rect)
SDL_Surface *last, int ox ATTRIBUTE_UNUSED, int oy ATTRIBUTE_UNUSED, int x, int y,
SDL_Rect *update_rect)
{
int i, img;
SDL_Surface *tmpSurf, *srcSurf;