From 942fdb82bb026350f1a27856efbc231e89fcada6 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 24 Nov 2019 19:19:41 -0800 Subject: clang-formatted TextureLoader project --- TextureLoader/interface/TextureUtilities.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TextureLoader/interface/TextureUtilities.h') diff --git a/TextureLoader/interface/TextureUtilities.h b/TextureLoader/interface/TextureUtilities.h index 969e9f5..a85a09f 100644 --- a/TextureLoader/interface/TextureUtilities.h +++ b/TextureLoader/interface/TextureUtilities.h @@ -40,9 +40,9 @@ namespace Diligent /// \param [in] TexLoadInfo - Texture loading information /// \param [in] pDevice - Render device that will be used to create the texture /// \param [out] ppTexture - Memory location where pointer to the created texture will be stored -void CreateTextureFromFile( const Char* FilePath, - const TextureLoadInfo& TexLoadInfo, - IRenderDevice* pDevice, - ITexture** ppTexture ); +void CreateTextureFromFile(const Char* FilePath, + const TextureLoadInfo& TexLoadInfo, + IRenderDevice* pDevice, + ITexture** ppTexture); -} +} // namespace Diligent -- cgit v1.2.3