Skip to content

Commit 74def90

Browse files
committed
clang-format
Created using spr 1.3.6-beta.1
1 parent d45e388 commit 74def90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/include/llvm/ADT/APFloat.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,9 +1660,7 @@ const APFloat &DoubleAPFloat::getFirst() const { return Floats[0]; }
16601660
APFloat &DoubleAPFloat::getSecond() { return Floats[1]; }
16611661
const APFloat &DoubleAPFloat::getSecond() const { return Floats[1]; }
16621662

1663-
inline DoubleAPFloat::~DoubleAPFloat() {
1664-
delete[] Floats;
1665-
}
1663+
inline DoubleAPFloat::~DoubleAPFloat() { delete[] Floats; }
16661664

16671665
} // namespace detail
16681666

0 commit comments

Comments
 (0)