1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-11 00:58:39 +03:00

Cosmetic cleanup (spaces at eol)

This commit is contained in:
Adolfo Gómez 2013-04-25 04:50:24 +00:00
parent bb6929d9c8
commit 174106530c

View File

@ -27,7 +27,7 @@ public class WindowsApplet implements OsApplet {
params = parameters;
baseUrl = urlBase;
scrWidth = Integer.toString(screenWidth);
scrHeight = Integer.toString(screenHeight);
scrHeight = Integer.toString(screenHeight);
}
public void start() {