<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Daniel,<br>
    <br>
    clang-format-diff is clobbering the existing indentation of
    namespaces in the LLVM codebase:<br>
    <br>
    <code>--- a/include/llvm/Support/ErrorHandling.h</code><code><br>
    </code><code>+++ b/include/llvm/Support/ErrorHandling.h</code><code><br>
    </code><code>@@ -19,7 +19,7 @@</code><code><br>
    </code><code> #include <string></code><code><br>
    </code><code> </code><code><br>
    </code><code> namespace llvm {</code><code><br>
    </code><code>-  class StringRef;</code><code><br>
    </code><code>+class StringRef;</code><code><br>
    </code><code>   class Twine;</code><br>
    <br>
    CCing the list as it's easy to miss before committing for anyone
    else using the tool, so heads up on that.<br>
    <br>
    (Switching back to a clang-format snapshot from a couple of months
    ago has worked out fine to format the large-scale refactoring
    changes landed to ToT last week.)<br>
    <br>
    Alp.<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.nuanti.com">http://www.nuanti.com</a>
the browser experts
</pre>
  </body>
</html>