forked from mirror/OpenTTD
(svn r20281) -Codechange: unify case scope closure + break coding style
This commit is contained in:
@@ -2724,7 +2724,8 @@ void RelocateAllWindows(int neww, int newh)
|
||||
} else {
|
||||
if (top < 0) top = 0;
|
||||
}
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (w->viewport != NULL) {
|
||||
|
Reference in New Issue
Block a user