Fix some broken whitespace

This commit is contained in:
Caleb Brown 2020-03-19 12:45:06 +11:00
parent 4afca06635
commit 56d6eeac4a
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ public class ScreenEncoder implements Device.RotationListener {
IBinder display = createDisplay();
Rect contentRect = device.getScreenInfo().getContentRect();
Rect videoRect = device.getScreenInfo().getVideoSize().toRect();
int layerStack = device.getScreenInfo().getLayerStack();
int layerStack = device.getScreenInfo().getLayerStack();
setSize(format, videoRect.width(), videoRect.height());
configure(codec, format);
Surface surface = codec.createInputSurface();

View file

@ -12,7 +12,7 @@ public final class ScreenInfo {
this.contentRect = contentRect;
this.videoSize = videoSize;
this.rotated = rotated;
this.layerStack = layerStack;
this.layerStack = layerStack;
}
public Rect getContentRect() {