Skip to content

Commit 3f4d4cf

Browse files
committed
clang-format
1 parent d5427f3 commit 3f4d4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/ObjCopy/ELF/ELFObject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,8 @@ class GroupSection : public SectionBase {
942942

943943
public:
944944
template <class T>
945-
using ConstRange = iterator_range<pointee_iterator<
946-
typename llvm::SmallVector<T *, 3>::const_iterator>>;
945+
using ConstRange = iterator_range<
946+
pointee_iterator<typename llvm::SmallVector<T *, 3>::const_iterator>>;
947947
// TODO: Contents is present in several classes of the hierarchy.
948948
// This needs to be refactored to avoid duplication.
949949
ArrayRef<uint8_t> Contents;

0 commit comments

Comments
 (0)