Bazaar: whitespace and indentation fixes

Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Hugues Delorme
2011-11-10 16:06:19 +01:00
committed by Tobias Hunger
parent 73138f633f
commit d4a4ca5054
19 changed files with 56 additions and 49 deletions

View File

@@ -35,11 +35,11 @@
namespace Bazaar {
namespace Internal {
BranchInfo::BranchInfo(const QString &branchLoc, bool isBound) :
branchLocation(branchLoc),
isBoundToBranch(isBound)
BranchInfo::BranchInfo(const QString &branchLoc, bool isBound)
: branchLocation(branchLoc),
isBoundToBranch(isBound)
{
}
} //namespace Internal
} // namespace Internal
} // namespace Bazaar