From 344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 18 Nov 2009 14:00:56 +0100 Subject: whitespace cleanups Signed-off-by: Denys Vlasenko --- lib/Utils/CommLayerInner.cpp | 2 +- lib/Utils/make_descr.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Utils') diff --git a/lib/Utils/CommLayerInner.cpp b/lib/Utils/CommLayerInner.cpp index 307fe66..133e97d 100644 --- a/lib/Utils/CommLayerInner.cpp +++ b/lib/Utils/CommLayerInner.cpp @@ -72,7 +72,7 @@ void update_client(const char *fmt, ...) int used = vasprintf(&msg, fmt, p); va_end(p); if (used < 0) - return; + return; s_pObs->Status(msg, peer, key); } diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp index 1352149..0c09614 100644 --- a/lib/Utils/make_descr.cpp +++ b/lib/Utils/make_descr.cpp @@ -75,7 +75,7 @@ string make_description_bz(const map_crash_report_t& pCrashReport) && filename != FILENAME_RELEASE && filename != CD_REPRODUCE && filename != CD_COMMENT - ) { + ) { add_content(was_multiline, description, filename.c_str(), content.c_str()); } } -- cgit