[clang-tools-extra] r355098 - [clang-tidy] documentation fixing the actual correct file

Jonas Toth via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 28 07:39:47 PST 2019


Author: jonastoth
Date: Thu Feb 28 07:39:47 2019
New Revision: 355098

URL: http://llvm.org/viewvc/llvm-project?rev=355098&view=rev
Log:
[clang-tidy] documentation fixing the actual correct file

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-time-subtraction.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-time-subtraction.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-time-subtraction.rst?rev=355098&r1=355097&r2=355098&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-time-subtraction.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-time-subtraction.rst Thu Feb 28 07:39:47 2019
@@ -21,6 +21,7 @@ subtracting an ``absl::Time`` from an ``
 Examples:
 
 .. code-block:: c++
+
   int x;
   absl::Time t;
 




More information about the cfe-commits mailing list