[clang-tidy] tryfix documenation continued
authorJonas Toth <jonas.toth@gmail.com>
Thu, 28 Feb 2019 15:28:36 +0000 (15:28 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Thu, 28 Feb 2019 15:28:36 +0000 (15:28 +0000)
llvm-svn: 355097

clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst

index 5f11394..b570931 100644 (file)
@@ -28,6 +28,7 @@ Examples:
   // Suggestion - Subtraction in the absl::Duration domain instead
   double result = absl::ToDoubleSeconds(d1 - d2);
 
+
 Note: As with other ``clang-tidy`` checks, it is possible that multiple fixes
 may overlap (as in the case of nested expressions), so not all occurences can
 be transformed in one run. In particular, this may occur for nested subtraction