mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 00:22:13 +02:00
spacing
This commit is contained in:
parent
5cbb39a48e
commit
93cf6c882c
1 changed files with 2 additions and 2 deletions
|
@ -48,13 +48,13 @@ json Instance::getGPU(int index) {
|
|||
}
|
||||
|
||||
json Instance::getComputer(<#int index#>){
|
||||
if(index >=(int) _computer.size()){
|
||||
if(index >= (int)_computer.size()){
|
||||
return json();
|
||||
}
|
||||
|
||||
return _computer.at(index);
|
||||
|
||||
}
|
||||
|
||||
json Instance::getDisplay(int index) {
|
||||
assert(index <(int) _display.size());
|
||||
|
||||
|
|
Loading…
Reference in a new issue