Formatting

This commit is contained in:
Klaus Basan
2017-03-03 04:56:10 +01:00
committed by Mathew Sutcliffe
parent d3e49d4cf1
commit 188669501b
6 changed files with 23 additions and 25 deletions

View File

@@ -93,7 +93,7 @@ namespace BlackMisc
//! Clean up a command string
static QString formatCommand(const QString &command);
//! Command, aka as starts with dot
//! Command, starts with dot
static bool isCommand(const QString &candidate);
};
}