Skip to content

Commit 2c08464

Browse files
committed
Fix indentation in IDeviceMemoryAllocator.h
1 parent 129ceac commit 2c08464

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

include/nbl/video/IDeviceMemoryAllocator.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ class NBL_API2 IDeviceMemoryAllocator
4747
core::bitflag<IDeviceMemoryAllocation::E_MEMORY_ALLOCATE_FLAGS> allocateFlags,
4848
IDeviceMemoryAllocation::E_EXTERNAL_HANDLE_TYPE handleType,
4949
external_handle_t handle) :
50-
m_allocateFlags(static_cast<uint32_t>(allocateFlags.value)),
51-
m_reqs(reqs),
52-
m_handleType(handleType),
50+
m_allocateFlags(static_cast<uint32_t>(allocateFlags.value)),
51+
m_reqs(reqs),
52+
m_handleType(handleType),
5353
m_handle(handle)
54-
{}
54+
{}
5555

5656
static inline uint32_t end() {return 32u;}
5757

@@ -96,7 +96,7 @@ class NBL_API2 IDeviceMemoryAllocator
9696
IDeviceMemoryAllocation::E_EXTERNAL_HANDLE_TYPE handleType,
9797
external_handle_t handle
9898
) :
99-
IMemoryTypeIterator(reqs, allocateFlags, handleType, handle)
99+
IMemoryTypeIterator(reqs, allocateFlags, handleType, handle)
100100
{
101101
currentIndex = hlsl::findLSB(m_reqs.memoryTypeBits);
102102
}

0 commit comments

Comments
 (0)