[PATCH] D22091: [clang-rename] exit code-related bugfix and code cleanup

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 10:47:40 PDT 2016


omtcyf0 added inline comments.

================
Comment at: clang-rename/USRLocFinder.h:38
@@ -37,2 +37,2 @@
 
-#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_RENAME_USR_LOC_FINDER_H
+#endif  // LLVM_CLANG_TOOLS_EXTRA_CLANG_RENAME_USR_LOC_FINDER_H
----------------
bkramer wrote:
> In LLVM we usually have only one space before a // comment. was this clang-formatted with google style?
Oops. Yes, seems like my machine had Google as the default style, instead of the LLVM code style by default, which I usually have.


http://reviews.llvm.org/D22091





More information about the cfe-commits mailing list