mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Remove trailing spaces
This commit is contained in:
@ -2294,7 +2294,7 @@ Rectangle GetImageAlphaBorder(Image image, float threshold)
|
||||
Color GetImageColor(Image image, int x, int y)
|
||||
{
|
||||
Color color = { 0 };
|
||||
|
||||
|
||||
if ((x >=0) && (x < image.width) && (y >= 0) && (y < image.height))
|
||||
{
|
||||
switch (image.format)
|
||||
|
||||
Reference in New Issue
Block a user