Skip to content

Commit

Permalink
clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Dec 9, 2024
1 parent 0be9c03 commit 1ab138f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions xml_converter/src/packaging_protobin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ void write_protobuf_file(
marker_categories,
category_to_pois,
&state);
}
}

// Write protobuf per top level category
void write_protobuf_file_per_category(
Expand Down Expand Up @@ -270,7 +270,7 @@ void write_protobuf_file_per_category(
}
}

for (map<string, Category>::const_iterator it = marker_categories->begin(); it != marker_categories->end(); it++){
for (map<string, Category>::const_iterator it = marker_categories->begin(); it != marker_categories->end(); it++) {
StringHierarchy category_filter;
category_filter.add_path({it->first}, true);
_write_protobuf_file(
Expand Down
5 changes: 1 addition & 4 deletions xml_converter/src/xml_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ void write_burrito_directory(
else {
write_protobuf_file(output_path, marker_categories, parsed_pois);
}

}

////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -347,8 +346,6 @@ int main(int argc, char* argv[]) {
output_taco_paths,
output_guildpoint_paths,
split_proto_by_category,
output_split_guildpoint_dir
);

output_split_guildpoint_dir);
return 0;
}

0 comments on commit 1ab138f

Please sign in to comment.