minor fix for astyle
This commit is contained in:
parent
8eee3de831
commit
c1eb9a1a62
|
@ -5045,7 +5045,7 @@ QStringList Settings::CodeFormatter::getArguments()
|
||||||
result.append(QString("--max-continuation-indent=%1").arg(mMaxContinuationIndent));
|
result.append(QString("--max-continuation-indent=%1").arg(mMaxContinuationIndent));
|
||||||
if (mBreakBlocks)
|
if (mBreakBlocks)
|
||||||
result.append("--break-blocks");
|
result.append("--break-blocks");
|
||||||
if (mBreakBlocksAll)
|
else if (mBreakBlocksAll)
|
||||||
result.append("--break-blocks=all");
|
result.append("--break-blocks=all");
|
||||||
if (mPadOper)
|
if (mPadOper)
|
||||||
result.append("--pad-oper");
|
result.append("--pad-oper");
|
||||||
|
@ -5131,7 +5131,6 @@ QStringList Settings::CodeFormatter::getArguments()
|
||||||
if (mBreakAfterLogical)
|
if (mBreakAfterLogical)
|
||||||
result.append("--break-after-logical");
|
result.append("--break-after-logical");
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue