mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 02:40:08 +00:00
move misplaced parentheses to include enum headers closes #856
This commit is contained in:
parent
337caa46e3
commit
e798fde189
@ -262,8 +262,8 @@ void PrintAttributes::printEnum(EnumValues* ev) {
|
||||
printer->printEnum(outfile, ev) ;
|
||||
outfile.close() ;
|
||||
}
|
||||
|
||||
if (!isHeaderExcluded(fileName), false) {
|
||||
|
||||
if (!isHeaderExcluded(fileName, false)) {
|
||||
printer->printEnumMap(enum_map_outfile, ev);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user