klimek accepted this revision.
klimek added a comment.

Apart from the typo I think this is a simple enough change and a widely enough 
used style that it LG.



================
Comment at: lib/Format/UnwrappedLineParser.cpp:181
+  CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel,
+                            bool WrapeBrace, bool IndentBrace)
       : LineLevel(LineLevel), OldLineLevel(LineLevel) {
----------------
Typo: WrapBrace?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52527/new/

https://reviews.llvm.org/D52527



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to