From f6f63bd8f2b0fcf433bf5d8b25e04937d3ce010c Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Tue, 25 Jun 2024 20:35:11 +0200 Subject: [PATCH] make indent --- config.cc | 5 +++-- kafel | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.cc b/config.cc index 77dbc3a..64a6ded 100644 --- a/config.cc +++ b/config.cc @@ -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; diff --git a/kafel b/kafel index 90171fa..f602030 160000 --- a/kafel +++ b/kafel @@ -1 +1 @@ -Subproject commit 90171fa06d3cb29e0122a37bb884fefabf2f82af +Subproject commit f6020305eb4f404edcbd0a5543580073544b8ead