Format all C++ and Java code via clang-format

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-17 14:32:37 +07:00
parent 9f0290c0ec
commit bfffa1fff4
2169 changed files with 56441 additions and 64188 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include "drape_frontend/render_node.hpp"
#include "drape_frontend/map_data_provider.hpp"
#include "drape_frontend/metaline_manager.hpp"
#include "drape_frontend/render_node.hpp"
#include "drape/graphics_context.hpp"
#include "drape/pointers.hpp"
@@ -26,8 +26,7 @@ public:
ref_ptr<dp::TextureManager> mng);
static drape_ptr<RenderNode> GenerateSelectionGeometry(ref_ptr<dp::GraphicsContext> context,
FeatureID const & feature,
ref_ptr<dp::TextureManager> mng,
FeatureID const & feature, ref_ptr<dp::TextureManager> mng,
ref_ptr<MetalineManager> metalineMng,
MapDataProvider & mapDataProvider);
};