Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup.

This commit is contained in:
Daniel Marjamäki 2010-04-02 07:30:58 +02:00
parent 193aa7d1d3
commit 0cad22314e
64 changed files with 4593 additions and 4595 deletions

View File

@ -72,8 +72,7 @@ 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 Normal file → Executable file
View File

View File

@ -597,8 +597,7 @@ 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"
};