From 0281dedec77d010320aabf74520fd9853eb96d3d Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 3 Dec 2018 18:07:50 +0100 Subject: [PATCH] Fix indentation --- lib/src/MetadataBuffer.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/MetadataBuffer.hpp b/lib/src/MetadataBuffer.hpp index 4900058..1294972 100644 --- a/lib/src/MetadataBuffer.hpp +++ b/lib/src/MetadataBuffer.hpp @@ -8,14 +8,14 @@ class MetadataBuffer { - const uint64_t n_images; - const std::shared_ptr> header_values_type; + const uint64_t n_images; + const std::shared_ptr> header_values_type; - protected: + protected: std::unordered_map> metadata_buffer; std::unordered_map metadata_length_bytes; - public: + public: MetadataBuffer(uint64_t n_images, std::shared_ptr> header_values_type); void add_metadata_to_buffer(std::string name, uint64_t frame_index, const char* data); std::shared_ptr get_metadata_values(std::string name);