static void printIndentUnlessEmpty(S indent, O o) { S s = strOrEmpty(o); if (nempty(s)) printIndent(indent, s); }