astyle fix

This commit is contained in:
Martin Ettl 2010-04-02 02:21:53 +02:00
parent b5fb01c202
commit 193aa7d1d3
64 changed files with 4595 additions and 4593 deletions

View File

@ -72,7 +72,8 @@ void ResultsView::Progress(int value, int max)
mUI.mProgress->setVisible(false);
//Should we inform user of non visible/not found errors?
if(mShowNoErrorsMessage)
{ //Tell user that we found no errors
{
//Tell user that we found no errors
if(!mErrorsFound)
{
QMessageBox msg(QMessageBox::Information,

0
lib/settings.cpp Executable file → Normal file
View File

View File

@ -597,7 +597,8 @@ private:
{
const int STL_CONTAINER_LIST = 9;
const std::string stlCont[STL_CONTAINER_LIST] =
{"deque", "list", "set", "multiset", "map",
{
"deque", "list", "set", "multiset", "map",
"multimap", "hash_map", "hash_multimap", "hash_set"
};