make indent

This commit is contained in:
Robert Swiecki 2017-07-01 22:23:11 +02:00
parent ac2928d1c2
commit b36c4fb26c

View File

@ -226,7 +226,8 @@ void cmdlineLogParams(struct nsjconf_t *nsjconf)
{ {
struct mounts_t *p; struct mounts_t *p;
TAILQ_FOREACH(p, &nsjconf->mountpts, pointers) { TAILQ_FOREACH(p, &nsjconf->mountpts, pointers) {
LOG_I("%s: %s", p->isSymlink ? "Symlink" : "Mount point", mountDescribeMountPt(p)); LOG_I("%s: %s", p->isSymlink ? "Symlink" : "Mount point",
mountDescribeMountPt(p));
} }
} }
{ {