[clang-tools-extra] r261940 - Remove a blank line at EOF. NFC

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 15:57:30 PST 2016


Author: alexfh
Date: Thu Feb 25 17:57:30 2016
New Revision: 261940

URL: http://llvm.org/viewvc/llvm-project?rev=261940&view=rev
Log:
Remove a blank line at EOF. NFC

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-init.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-init.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-init.rst?rev=261940&r1=261939&r2=261940&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-init.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-init.rst Thu Feb 25 17:57:30 2016
@@ -13,4 +13,3 @@ Examples:
   // Initializing string with empty string literal is unnecessary.
   std::string a = "";
   std::string b("");
-




More information about the cfe-commits mailing list