Changeset 83 for trunk/IPs/systemC/processor/Morpheo/Behavioural/src
- Timestamp:
- May 9, 2008, 8:00:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/src/XML_get_body.cpp
r81 r83 27 27 std::string tabulation = indent(depth); 28 28 29 30 for (size_t pos=body.find('\n',0); pos<body.length()-1; pos=body.find('\n',++pos))29 // body.insert(0,tabulation); 30 for (size_t pos=body.find('\n',0); (pos<body.length()-1); pos=body.find('\n',++pos)) 31 31 body.insert(++pos,tabulation); 32 32
Note: See TracChangeset
for help on using the changeset viewer.