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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to