forked from qt-creator/qt-creator
Braces cleanup
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1011,11 +1011,10 @@ extern "C" HRESULT CALLBACK stack(CIDebugClient *Client, PCSTR argsIn)
|
||||
tokens.pop_front();
|
||||
}
|
||||
if (!tokens.empty()) {
|
||||
if (tokens.front() == "unlimited") {
|
||||
if (tokens.front() == "unlimited")
|
||||
maxFrames = 1000;
|
||||
} else {
|
||||
else
|
||||
integerFromString(tokens.front(), &maxFrames);
|
||||
}
|
||||
}
|
||||
|
||||
const std::string stack = gdbmiStack(exc.control(), exc.symbols(),
|
||||
|
||||
Reference in New Issue
Block a user