Skip to content

Commit b83d496

Browse files
committed
Fixed indenting
1 parent 22372bf commit b83d496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endpoints/lib/vboxconnector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,8 +1914,8 @@ public function remote_machineSave($args) {
19141914
if(@$this->settings->enableCustomIcons)
19151915
$m->setExtraData('phpvb/icon', $args['customIcon']);
19161916

1917-
$m->GraphicsAdapter->VRAMSize = $args['VRAMSize'];
1918-
$m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType'];
1917+
$m->GraphicsAdapter->VRAMSize = $args['VRAMSize'];
1918+
$m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType'];
19191919

19201920
// Video
19211921
$m->GraphicsAdapter->accelerate3DEnabled = $args['accelerate3DEnabled'];

0 commit comments

Comments
 (0)