[clang-tools-extra] r248699 - [clang-tidy] Removed a stray empty line in the docs.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 01:52:56 PDT 2015


Author: alexfh
Date: Mon Sep 28 03:52:55 2015
New Revision: 248699

URL: http://llvm.org/viewvc/llvm-project?rev=248699&view=rev
Log:
[clang-tidy] Removed a stray empty line in the docs.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst?rev=248699&r1=248698&r2=248699&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/google-build-explicit-make-pair.rst Mon Sep 28 03:52:55 2015
@@ -1,7 +1,6 @@
 google-build-explicit-make-pair
 ===============================
 
-
 Check that ``make_pair``'s template arguments are deduced.
 
 G++ 4.6 in C++11 mode fails badly if ``make_pair``'s template arguments are




More information about the cfe-commits mailing list