Home | History | Annotate | Download | only in bookmaker

Lines Matching full:pad2

1743     void writeTableRow(size_t pad1, const string& col1, size_t pad2, const string& col2) {
1746 col2 + string(pad2 - col2.length(), ' ') + " ##";