1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #862: Fix indentation

This commit is contained in:
Ruben S. Montero 2012-01-07 04:15:38 +01:00
parent da68c653a9
commit ebbb389396

View File

@ -157,7 +157,7 @@ void RequestManagerPoolInfoFilter::dump(
bool all;
vector<int> oids;
vector<int> gids;
// -------------------------------------------------------------------------
// User ID filter
// -------------------------------------------------------------------------
@ -200,8 +200,7 @@ void RequestManagerPoolInfoFilter::dump(
case MINE_GROUP:
uid_filter << " uid = " << att.uid
<< " OR ( gid = " << att.gid
<< " AND group_u = 1 )";
<< " OR ( gid = " << att.gid << " AND group_u = 1 )";
break;
case ALL: