Correct misleading formatting of several ifs followed by two statements without braces.
While the original code would work with or without braces, it makes sense to set HaveSemi to true only if (!HaveSemi), otherwise it's already true, so I put the assignment inside the if block. This addresses PR25998. llvm-svn: 256688
Loading
Please sign in to comment