diff options
author | h6w <tudor@tudorholton.com> | 2019-05-09 23:33:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 23:33:36 +1000 |
commit | a8044b77719816a6f2fb27d48a65f625d33c7b2f (patch) | |
tree | d555f964960ce1014628f30a884e3a997ab4dd9a /endpoints/lib | |
parent | 6454afdbfadee5dc95231ea23e2d245acd4ef01b (diff) | |
download | phpvirtualbox-a8044b77719816a6f2fb27d48a65f625d33c7b2f.zip phpvirtualbox-a8044b77719816a6f2fb27d48a65f625d33c7b2f.tar.gz phpvirtualbox-a8044b77719816a6f2fb27d48a65f625d33c7b2f.tar.bz2 |
Replaced spaces with tabs for correct alignment.
Diffstat (limited to 'endpoints/lib')
-rw-r--r-- | endpoints/lib/vboxconnector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/lib/vboxconnector.php b/endpoints/lib/vboxconnector.php index 264084d..c2f8804 100644 --- a/endpoints/lib/vboxconnector.php +++ b/endpoints/lib/vboxconnector.php @@ -1443,7 +1443,7 @@ class vboxconnector { $m->CPUExecutionCap = $args['CPUExecutionCap'];
$m->description = $args['description'];
- $m->ClipboardMode = $args['ClipboardMode'];
+ $m->ClipboardMode = $args['ClipboardMode'];
// Start / stop config
if(@$this->settings->startStopConfig) {
|