Fixed formatting
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
#include "sequence_diagram/visitor/translation_unit_visitor.h"
|
||||
#include "util/util.h"
|
||||
|
||||
#include <glob/glob.hpp>
|
||||
#include <cppast/libclang_parser.hpp>
|
||||
#include <glob/glob.hpp>
|
||||
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
@@ -86,7 +86,6 @@ void translation_unit_visitor::process_activities(const cppast::cpp_function &e)
|
||||
if (caller.kind() == cpp_entity_kind::function_t)
|
||||
m.from += "()";
|
||||
|
||||
|
||||
m.from_usr = type_safe::get(function_call.get_caller_method_id());
|
||||
|
||||
const auto &callee =
|
||||
|
||||
Reference in New Issue
Block a user