I noticed some discrepancies in libclang's Index.h comments.  These were largely just little things like misnamed or extra parameters in the comments, but I figured they could be fixed.<br><br>I wasn't sure whether removing end of line whitespace was along the same lines as changing a whole bunch of tabs to spaces (as mentioned here <meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://llvm.org/docs/CodingStandards.html#scf_spacestabs">http://llvm.org/docs/CodingStandards.html#scf_spacestabs</a>) or whether anyone even cares, so I've attached one patch that leaves the spaces alone (libclangindexcomments.patch) and one that removes them (libclangindexcomments-rmeolspace.patch).<br>
<br>Hopefully these are helpful, -Chris