Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
YaRiabtsev committed Oct 27, 2022
1 parent 0d43685 commit f989d90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project/src/transpiler/transpile_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,10 @@ EOObject GetInitListEOObject(const clang::InitListExpr *list) {
typeInfo.name != "string")) {
res.name += "-as-" + elementType.name;
} else if (elementType.name.empty()) {
// std::cerr << type_ptr << ' ' << typeInfo.id << ' ' << typeInfo.name
// << ' ' << typeInfo.size << '\n'
// << '\n';
// std::cerr << type_ptr << ' ' << typeInfo.id << ' ' <<
// typeInfo.name
// << ' ' << typeInfo.size << '\n'
// << '\n';
}
res.nested.emplace_back(shiftedAlias);
res.nested.emplace_back(value);
Expand Down

0 comments on commit f989d90

Please sign in to comment.