mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Delete : unnecessary if
This commit is contained in:
parent
5bf3c34f51
commit
d756a70611
@ -113,10 +113,7 @@ int canShoot(int mat[10][10], int line, int column)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
return 1;
|
||||||
{
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @brief Function positionBoat
|
* @brief Function positionBoat
|
||||||
|
Loading…
Reference in New Issue
Block a user