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

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 09:15:08 PDT 2016


bkramer 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
----------------
In LLVM we usually have only one space before a // comment. was this clang-formatted with google style?


http://reviews.llvm.org/D22091





More information about the cfe-commits mailing list