Skip to content

Commit

Permalink
make indent
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Jun 25, 2024
1 parent b3d53a1 commit f6f63bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion kafel

0 comments on commit f6f63bd

Please sign in to comment.