mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 23:12:26 +00:00
Fix spacing in warning message
This commit is contained in:
parent
bcb421678a
commit
5484e39f11
@ -84,7 +84,7 @@ int Trick::MemoryManager::add_attr_info( const std::string & user_type_string ,
|
|||||||
if ( size_func == NULL) {
|
if ( size_func == NULL) {
|
||||||
std::stringstream message;
|
std::stringstream message;
|
||||||
message << "(" << file_name << ":" << line_num
|
message << "(" << file_name << ":" << line_num
|
||||||
<< "): Couldn't find an io_src_sizeof_ function for type"
|
<< "): Couldn't find an io_src_sizeof_ function for type "
|
||||||
<< user_type_string.c_str() << "[" << size_func_name.c_str() << "()].";
|
<< user_type_string.c_str() << "[" << size_func_name.c_str() << "()].";
|
||||||
emitWarning(message.str());
|
emitWarning(message.str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user