Bug 1271103 followup, placate checkstyle with a space, a=nnoyance

This commit is contained in:
Phil Ringnalda 2016-05-14 14:54:59 -07:00
parent 2be4cee4d3
commit 082cfb6b13

View File

@ -85,7 +85,7 @@ public class GLController extends JNIObject {
void serverSurfaceChanged(int newWidth, int newHeight) {
ThreadUtils.assertOnUiThread();
synchronized(this) {
synchronized (this) {
mWidth = newWidth;
mHeight = newHeight;
mServerSurfaceValid = true;