From b83d4961dc4e57046cd863e009cfede77c96d309 Mon Sep 17 00:00:00 2001 From: chotaire Date: Wed, 29 Jan 2020 15:59:06 +0100 Subject: Fixed indenting --- endpoints/lib/vboxconnector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/lib/vboxconnector.php b/endpoints/lib/vboxconnector.php index c60487f..672cff9 100644 --- a/endpoints/lib/vboxconnector.php +++ b/endpoints/lib/vboxconnector.php @@ -1914,8 +1914,8 @@ class vboxconnector { if(@$this->settings->enableCustomIcons) $m->setExtraData('phpvb/icon', $args['customIcon']); - $m->GraphicsAdapter->VRAMSize = $args['VRAMSize']; - $m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType']; + $m->GraphicsAdapter->VRAMSize = $args['VRAMSize']; + $m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType']; // Video $m->GraphicsAdapter->accelerate3DEnabled = $args['accelerate3DEnabled']; -- cgit v1.1