Fix indentation mistake from r312595

llvm-svn: 312599
This commit is contained in:
Bruno Cardoso Lopes 2017-09-06 00:44:10 +00:00
parent fc5121a722
commit bad2c4a000
1 changed files with 1 additions and 1 deletions

View File

@ -2302,7 +2302,7 @@ static void RenderSSPOptions(const ToolChain &TC, const ArgList &Args,
else if (A->getOption().matches(options::OPT_fstack_protector_all))
StackProtectorLevel = LangOptions::SSPReq;
} else {
StackProtectorLevel = DefaultStackProtectorLevel;
StackProtectorLevel = DefaultStackProtectorLevel;
}
if (StackProtectorLevel) {