Fixed indentation.

This commit is contained in:
Armin Novak 2018-07-04 13:44:38 +02:00
parent 28ac0ee146
commit de8be5d505

View File

@ -131,7 +131,7 @@ SURFACE_BITS_COMMAND* copy_surface_bits_command(rdpContext* context, const SURFA
return dst;
fail:
fail:
free_surface_bits_command(context, dst);
return NULL;
}