diff options
author | chotaire <chotaire@chotaire.net> | 2020-01-29 15:59:06 +0100 |
---|---|---|
committer | chotaire <chotaire@chotaire.net> | 2020-01-29 15:59:06 +0100 |
commit | b83d4961dc4e57046cd863e009cfede77c96d309 (patch) | |
tree | e171fd4fb115ec6246c68987a86eaec0c6f57a02 | |
parent | 22372bfb1aad2ad9ee8932811537443157e03343 (diff) | |
download | phpvirtualbox-b83d4961dc4e57046cd863e009cfede77c96d309.zip phpvirtualbox-b83d4961dc4e57046cd863e009cfede77c96d309.tar.gz phpvirtualbox-b83d4961dc4e57046cd863e009cfede77c96d309.tar.bz2 |
Fixed indenting
-rw-r--r-- | endpoints/lib/vboxconnector.php | 4 |
1 files 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']; |