mirror of
https://github.com/nasa/trick.git
synced 2025-06-15 21:58:25 +00:00
Remove trailing whitespaces
Makes it easier to edit the files. So if we press 'end of line' we are really at the end of line.
This commit is contained in:
@ -414,7 +414,7 @@ bool FieldVisitor::VisitRecordType(clang::RecordType *rt) {
|
||||
The attributes type is set to TRICK_STRING instead of TRICK_STRUCTURE.
|
||||
The type is set to std::string. We can return false here to stop processing of this type. */
|
||||
std::string type_name = rt->getDecl()->getQualifiedNameAsString() ;
|
||||
if ( ! type_name.compare("std::basic_string") || !type_name.compare("std::__1::basic_string") ||
|
||||
if ( ! type_name.compare("std::basic_string") || !type_name.compare("std::__1::basic_string") ||
|
||||
! type_name.compare("std::__cxx11::basic_string") ) {
|
||||
fdes->setEnumString("TRICK_STRING") ;
|
||||
fdes->setTypeName("std::string") ;
|
||||
|
Reference in New Issue
Block a user