Skip to content

Commit 8ef1f30

Browse files
committed
Fix whitespace
1 parent 5ae76a0 commit 8ef1f30

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/google/runtime-float.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ or 128-bit floating-point types.
88

99
The corresponding style guide rule:
1010
https://google.github.io/styleguide/cppguide.html#Floating-Point_Types
11-

clang-tools-extra/test/clang-tidy/checkers/google/runtime-float.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ constexpr S operator"" _baz(unsigned long long) {
3636
MyOtherLongDouble x;
3737
return S{};
3838
}
39-

0 commit comments

Comments
 (0)