Skip to content

Commit

Permalink
clang formating
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Sep 22, 2024
1 parent 919b550 commit cd209d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xml_converter/src/packaging_protobin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#include <vector>

#include "category_gen.hpp"
#include "guildpoint.pb.h"
#include "parseable.hpp"
#include "state_structs/proto_writer_state.hpp"
#include "string_helper.hpp"
#include "string_hierarchy.hpp"
#include "guildpoint.pb.h"

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion xml_converter/src/packaging_protobin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include <vector>

#include "category_gen.hpp"
#include "guildpoint.pb.h"
#include "parseable.hpp"
#include "string_hierarchy.hpp"
#include "guildpoint.pb.h"

void read_protobuf_file(
std::string proto_filepath,
Expand Down
2 changes: 1 addition & 1 deletion xml_converter/src/xml_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "attribute/marker_category.hpp"
#include "category_gen.hpp"
#include "file_helper.hpp"
#include "guildpoint.pb.h"
#include "icon_gen.hpp"
#include "packaging_protobin.hpp"
#include "packaging_xml.hpp"
Expand All @@ -28,7 +29,6 @@
#include "rapidxml-1.13/rapidxml_utils.hpp"
#include "string_helper.hpp"
#include "trail_gen.hpp"
#include "guildpoint.pb.h"

using namespace std;

Expand Down

0 comments on commit cd209d5

Please sign in to comment.