mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 1271103 followup, placate checkstyle with a space, a=nnoyance
This commit is contained in:
parent
2be4cee4d3
commit
082cfb6b13
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user