Style: Fix statements ending with ';;'
This commit is contained in:
parent
e2a3f06f3d
commit
f44ee891be
111 changed files with 227 additions and 227 deletions
|
|
@ -764,7 +764,7 @@ void Image::flip_y() {
|
|||
bool gm=mipmaps;
|
||||
|
||||
if (gm)
|
||||
clear_mipmaps();;
|
||||
clear_mipmaps();
|
||||
|
||||
|
||||
|
||||
|
|
@ -791,7 +791,7 @@ void Image::flip_y() {
|
|||
|
||||
|
||||
if (gm)
|
||||
generate_mipmaps();;
|
||||
generate_mipmaps();
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -804,7 +804,7 @@ void Image::flip_x() {
|
|||
|
||||
bool gm=mipmaps;
|
||||
if (gm)
|
||||
clear_mipmaps();;
|
||||
clear_mipmaps();
|
||||
|
||||
|
||||
{
|
||||
|
|
@ -829,7 +829,7 @@ void Image::flip_x() {
|
|||
}
|
||||
|
||||
if (gm)
|
||||
generate_mipmaps();;
|
||||
generate_mipmaps();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue