Skip to content

Commit 5709838

Browse files
committed
fix spacing
1 parent 0a17420 commit 5709838

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

include/nbl/asset/IPreHashed.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@
99

1010
namespace nbl::asset
1111
{
12-
13-
1412
//! Sometimes an asset is too complex or big to be hashed, so we need a hash to be set explicitly.
1513
//! Meant to be inherited from in conjunction with `IAsset`
1614
class IPreHashed : public IAsset
1715
{
1816
public:
1917
constexpr static inline core::blake3_hash_t INVALID_HASH = {};
20-
2118
//
2219
inline const core::blake3_hash_t& getContentHash() const {return m_contentHash;}
2320
//

include/nbl/asset/interchange/IImageAssetHandlerBase.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class IImageAssetHandlerBase : public virtual core::IReferenceCounted
111111
}
112112

113113
auto texelBuffer = core::make_smart_refctd_ptr<ICPUBuffer>(bufferSize);
114-
115114
newImage->setBufferAndRegions(std::move(texelBuffer), newRegions);
116115
newImage->setContentHash(IPreHashed::INVALID_HASH);
117116
}

0 commit comments

Comments
 (0)