mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -14,8 +14,7 @@ namespace generator
|
||||
class RawGeneratorWriter
|
||||
{
|
||||
public:
|
||||
RawGeneratorWriter(std::shared_ptr<FeatureProcessorQueue> const & queue,
|
||||
std::string const & path);
|
||||
RawGeneratorWriter(std::shared_ptr<FeatureProcessorQueue> const & queue, std::string const & path);
|
||||
~RawGeneratorWriter();
|
||||
|
||||
void Run();
|
||||
@@ -23,8 +22,7 @@ public:
|
||||
std::vector<std::string> GetNames();
|
||||
|
||||
private:
|
||||
using FeatureBuilderWriter =
|
||||
feature::FeatureBuilderWriter<feature::serialization_policy::MaxAccuracy>;
|
||||
using FeatureBuilderWriter = feature::FeatureBuilderWriter<feature::serialization_policy::MaxAccuracy>;
|
||||
|
||||
void Write(std::vector<ProcessedData> const & vecChanks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user