diff options
author | chotaire <chotaire@chotaire.net> | 2019-09-07 14:18:47 +0200 |
---|---|---|
committer | chotaire <chotaire@chotaire.net> | 2019-09-07 14:18:47 +0200 |
commit | 0d9829c7cead5f66e4bd66fb02c3f669ae75e392 (patch) | |
tree | 03db93a52c64b970c699770693396dea11122887 | |
parent | 9787fa9b89e33932250fc9359700e4cd15992da9 (diff) | |
download | phpvirtualbox-0d9829c7cead5f66e4bd66fb02c3f669ae75e392.zip phpvirtualbox-0d9829c7cead5f66e4bd66fb02c3f669ae75e392.tar.gz phpvirtualbox-0d9829c7cead5f66e4bd66fb02c3f669ae75e392.tar.bz2 |
Fix indenting
-rw-r--r-- | js/phpvirtualbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/phpvirtualbox.js b/js/phpvirtualbox.js index 57c56eb..b119043 100644 --- a/js/phpvirtualbox.js +++ b/js/phpvirtualbox.js @@ -4918,7 +4918,7 @@ var vboxStorage = { } }, -PCIe: { + PCIe: { maxPortCount: 255, maxDevicesPerPortCount: 1, types: ['NVMe'], |