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

@@ -315,7 +315,7 @@ static void flushLog() {
for (auto message : error_messages) {
LOG_W("config.cc: '%s'", message.c_str());
}
error_messages.clear();
error_messages.clear();
}
bool parseFile(nsjconf_t* nsjconf, const char* 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