[PATCH] D15803: [clang-tidy] Don't generate duplicated blank line in add_new_check.py script.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 29 03:08:59 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL256554: [clang-tidy] Don't generate duplicated blank line in add_new_check.py script. (authored by alexfh).

Changed prior to commit:
  http://reviews.llvm.org/D15803?vs=43717&id=43728#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15803

Files:
  clang-tools-extra/trunk/clang-tidy/add_new_check.py

Index: clang-tools-extra/trunk/clang-tidy/add_new_check.py
===================================================================
--- clang-tools-extra/trunk/clang-tidy/add_new_check.py
+++ clang-tools-extra/trunk/clang-tidy/add_new_check.py
@@ -92,7 +92,6 @@
 } // namespace clang
 
 #endif // %(header_guard)s
-
 """ % {'header_guard': header_guard,
        'check_name': check_name_camel,
        'check_name_dashes': check_name_dashes,
@@ -146,7 +145,6 @@
 } // namespace %(module)s
 } // namespace tidy
 } // namespace clang
-
 """ % {'check_name': check_name_camel,
        'module': module})
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15803.43728.patch
Type: text/x-patch
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151229/411c850b/attachment.bin>


More information about the cfe-commits mailing list