forked from qt-creator/qt-creator
more code cosmetics
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "tabsettings.h"
|
||||
|
||||
#include <QtCore/QSettings>
|
||||
@@ -86,8 +87,6 @@ void TabSettings::fromSettings(const QString &category, const QSettings *s)
|
||||
m_indentSize = s->value(group + QLatin1String(indentSizeKey), m_indentSize).toInt();
|
||||
}
|
||||
|
||||
|
||||
|
||||
int TabSettings::lineIndentPosition(const QString &text) const
|
||||
{
|
||||
int i = 0;
|
||||
@@ -145,7 +144,6 @@ bool TabSettings::isIndentationClean(const QString &text) const
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
int TabSettings::columnAt(const QString &text, int position) const
|
||||
{
|
||||
int column = 0;
|
||||
|
||||
Reference in New Issue
Block a user