Skip to content

Commit

Permalink
Replaced spaces with tabs for correct alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
h6w authored May 9, 2019
1 parent 6454afd commit a8044b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/lib/vboxconnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ private function _machineSaveRunning($args, $state) {

$m->CPUExecutionCap = $args['CPUExecutionCap'];
$m->description = $args['description'];
$m->ClipboardMode = $args['ClipboardMode'];
$m->ClipboardMode = $args['ClipboardMode'];

// Start / stop config
if(@$this->settings->startStopConfig) {
Expand Down

0 comments on commit a8044b7

Please sign in to comment.