make indent

This commit is contained in:
Robert Swiecki
2024-06-25 20:35:11 +02:00
parent b3d53a1d36
commit f6f63bd8f2
2 changed files with 4 additions and 3 deletions

View File

@@ -363,7 +363,8 @@ bool parseFile(nsjconf_t* nsjconf, const char* file) {
LOG_W("Couldn't parse the TextProto from '%s'", file);
return false;
}
LOG_D("Parsed TextProto config from '%s':\n'%s'", file, text_nsc.DebugString().c_str());
LOG_D("Parsed TextProto config from '%s':\n'%s'", file,
text_nsc.DebugString().c_str());
return true;
}
return false;

2
kafel

Submodule kafel updated: 90171fa06d...f6020305eb