Fixed formatting
This commit is contained in:
@@ -81,7 +81,6 @@ void translation_unit_visitor::set_source_location(
|
|||||||
set_source_location(stmt.getBeginLoc(), element);
|
set_source_location(stmt.getBeginLoc(), element);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void translation_unit_visitor::set_source_location(
|
void translation_unit_visitor::set_source_location(
|
||||||
const clang::SourceLocation &location,
|
const clang::SourceLocation &location,
|
||||||
clanguml::common::model::source_location &element)
|
clanguml::common::model::source_location &element)
|
||||||
|
|||||||
@@ -125,8 +125,7 @@ void diagram::end_block_message(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void diagram::add_case_stmt_message(
|
void diagram::add_case_stmt_message(model::message &&m)
|
||||||
model::message &&m)
|
|
||||||
{
|
{
|
||||||
using clanguml::common::model::message_t;
|
using clanguml::common::model::message_t;
|
||||||
const auto caller_id = m.from();
|
const auto caller_id = m.from();
|
||||||
|
|||||||
Reference in New Issue
Block a user