mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-22 17:57:46 +03:00
fix white spaces
This commit is contained in:
parent
785c66d2d0
commit
fbd2e2aefd
@ -268,7 +268,6 @@ int VirtualMachinePool::dump( ostringstream& oss,
|
|||||||
&VirtualMachinePool::dump_extended_cb),
|
&VirtualMachinePool::dump_extended_cb),
|
||||||
static_cast<void *>(&oss));
|
static_cast<void *>(&oss));
|
||||||
|
|
||||||
|
|
||||||
cmd << "SELECT " << VirtualMachine::table << ".*, user_pool.user_name, "
|
cmd << "SELECT " << VirtualMachine::table << ".*, user_pool.user_name, "
|
||||||
<< History::table << ".* FROM " << VirtualMachine::table
|
<< History::table << ".* FROM " << VirtualMachine::table
|
||||||
<< " LEFT OUTER JOIN " << History::table << " ON "
|
<< " LEFT OUTER JOIN " << History::table << " ON "
|
||||||
@ -276,8 +275,6 @@ int VirtualMachinePool::dump( ostringstream& oss,
|
|||||||
<< History::table << ".seq = " << VirtualMachine::table
|
<< History::table << ".seq = " << VirtualMachine::table
|
||||||
<< ".last_seq LEFT OUTER JOIN (SELECT oid,user_name FROM user_pool) "
|
<< ".last_seq LEFT OUTER JOIN (SELECT oid,user_name FROM user_pool) "
|
||||||
<< "AS user_pool ON " << VirtualMachine::table << ".uid = user_pool.oid";
|
<< "AS user_pool ON " << VirtualMachine::table << ".uid = user_pool.oid";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user