forked from qt-creator/qt-creator
Bazaar: Cleanups
Clean up whitespaces and coding style issues.
This commit is contained in:
@@ -303,7 +303,7 @@ QString MercurialClient::findTopLevelForFile(const QFileInfo &file) const
|
||||
|
||||
QString MercurialClient::vcsEditorKind(VCSCommand cmd) const
|
||||
{
|
||||
switch(cmd)
|
||||
switch (cmd)
|
||||
{
|
||||
case AnnotateCommand : return QLatin1String(Constants::ANNOTATELOG);
|
||||
case DiffCommand : return QLatin1String(Constants::DIFFLOG);
|
||||
|
Reference in New Issue
Block a user