MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / Indent

Function Indent

test/test.c:2100–2107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2098}
2099
2100static void Indent(FILE *f, char *whitespace, int indent)
2101{
2102 int ii;
2103 for (ii = 0; ii < indent; ii++)
2104 {
2105 fprintf(f, "%s", whitespace);
2106 }
2107}
2108
2109static void ShowPresets(hb_value_array_t *presets, int indent, int descriptions)
2110{

Callers 1

ShowPresetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected