Skip to content

Commit 74f9538

Browse files
style: apply clang-format
1 parent c7832dd commit 74f9538

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/visualizer/rendering/rendering_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include "core/export.hpp"
99
#include "core/tensor.hpp"
1010
#include "dirty_flags.hpp"
11-
#include "io/loader.hpp"
1211
#include "framerate_controller.hpp"
1312
#include "internal/viewport.hpp"
13+
#include "io/loader.hpp"
1414
#include "passes/vulkan_depth_blit_pass.hpp"
1515
#include "passes/vulkan_environment_pass.hpp"
1616
#include "passes/vulkan_mesh_pass.hpp"

src/visualizer/rendering/rendering_manager_vulkan.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,9 +1760,9 @@ namespace lfs::vis {
17601760
return {};
17611761
}
17621762
return [context = last_vulkan_context_](lfs::core::TensorShape shape,
1763-
const size_t capacity,
1764-
const lfs::core::DataType dtype,
1765-
const std::string_view name) -> lfs::core::Tensor {
1763+
const size_t capacity,
1764+
const lfs::core::DataType dtype,
1765+
const std::string_view name) -> lfs::core::Tensor {
17661766
const std::string debug_name{name};
17671767
auto tensor = makeVulkanExternalTensor(
17681768
*context,

0 commit comments

Comments
 (0)