<p dir="ltr">Yes it did.. Remove the trailing semicolon and it will work fine again.. I might eventually fix this to work in spite of the semicolon, but that is VERY low priority.. </p>
<div class="gmail_quote">On Jun 10, 2014 6:17 PM, "Adam Strzelecki" <<a href="mailto:ono@java.pl">ono@java.pl</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Daniel,<br>
<br>
I believe this commit broke formatting removing space before function body and ")", running latest clang-format on my code introduced following unexpected changes:<br>
<br>
   Kernel(Detector<F> detector, ErrorsModel<F> errors_model)<br>
-      : detector_(detector), errors_model_(errors_model) {};<br>
+      : detector_(detector), errors_model_(errors_model){};<br>
<br>
 template <int N, typename F> class Vector {<br>
  public:<br>
-  Vector() {};<br>
+  Vector(){};<br>
<br>
 template <int N, typename F = double><br>
-Point<N, F> operator+(const Vector<N, F>& v, const Point<N, F>& p) {};<br>
+Point<N, F> operator+(const Vector<N, F>& v, const Point<N, F>& p){};<br>
<br>
<br>
Can you please have a look?<br>
<br>
Regards,<br>
--<br>
Adam</blockquote></div>