summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30706-bug_1020.cpp
blob: f0e9e60dba4c466c20996b0b0ee778247a27edad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
void HouseNumberData(Translation const & trans  = Translation { },
                     Orientation const & orient = Orientation { },
                     CategoryIds const & cats   = CategoryIds(),
                     std::string const & txt    = std::string { },
                     bool active = false);

void HouseNumberData(Translation const & trans______________,
                     Orientation const & orient______________________,
                     CategoryIds const & cats_____________________,
                     std::string const & txt___________________,
                     bool active_________);