From e3de89e475cdb24e7305075791591b83cc4c65e0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 6 Mar 2022 13:56:14 +0000 Subject: [PATCH] Couple of whitespace fixes Automatically picked by my editor, while fixing the warnings with prior commits. Signed-off-by: Emil Velikov --- src/logging.cpp | 4 ++-- src/mesa/util/os_time.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/logging.cpp b/src/logging.cpp index 78512837..93c786b6 100644 --- a/src/logging.cpp +++ b/src/logging.cpp @@ -188,7 +188,7 @@ void Logger::stop_logging() { writefile.join(); writesummary.join(); } else { -#ifdef MANGOAPP +#ifdef MANGOAPP string path = std::getenv("HOME"); std::string logName = path + "/mangoapp_" + get_log_suffix(); writeSummary(logName); @@ -284,7 +284,7 @@ void Logger::calculate_benchmark_data(){ label = "0.1%"; if (percent == 0.01f) label = "1%"; - + if (label.length() > max_label_size) max_label_size = label.length(); diff --git a/src/mesa/util/os_time.c b/src/mesa/util/os_time.c index 515be314..c5c47657 100644 --- a/src/mesa/util/os_time.c +++ b/src/mesa/util/os_time.c @@ -28,7 +28,7 @@ /** * @file * OS independent time-manipulation functions. - * + * * @author Jose Fonseca */