Cosmetics: properly indent the rpmfc debug foobar

This commit is contained in:
Panu Matilainen 2012-09-26 09:41:30 +03:00
parent 1bbf25b78f
commit ced81d2169
1 changed files with 8 additions and 6 deletions

View File

@ -1347,12 +1347,14 @@ rpmRC rpmfcGenerateDepends(const rpmSpec spec, Package pkg)
}
if (_rpmfc_debug) {
char *msg = NULL;
rasprintf(&msg, "final: files %d cdict[%d] %d%% ddictx[%d]", fc->nfiles, argvCount(fc->cdict), ((100 * fc->fknown)/fc->nfiles), argiCount(fc->ddictx));
rpmfcPrint(msg, fc, NULL);
free(msg);
}
if (_rpmfc_debug) {
char *msg = NULL;
rasprintf(&msg, "final: files %d cdict[%d] %d%% ddictx[%d]",
fc->nfiles, argvCount(fc->cdict),
((100 * fc->fknown)/fc->nfiles), argiCount(fc->ddictx));
rpmfcPrint(msg, fc, NULL);
free(msg);
}
exit:
printDeps(pkg->header);