From 1618329b005beca2dfbe413a4eef661a83ad15a1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 4 May 2014 03:49:56 +1000 Subject: Code cleanup: style, require ; for cuda_assert, opencl_assert --- intern/cycles/app/cycles_standalone.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'intern/cycles/app') diff --git a/intern/cycles/app/cycles_standalone.cpp b/intern/cycles/app/cycles_standalone.cpp index 074d6404f07..9871273381e 100644 --- a/intern/cycles/app/cycles_standalone.cpp +++ b/intern/cycles/app/cycles_standalone.cpp @@ -177,8 +177,14 @@ static void display_info(Progress& progress) interactive = options.interactive? "On":"Off"; - str = string_printf("%s Time: %.2f Latency: %.4f Sample: %d Average: %.4f Interactive: %s", - status.c_str(), total_time, latency, sample, sample_time, interactive.c_str()); + str = string_printf( + "%s" + " Time: %.2f" + " Latency: %.4f" + " Sample: %d" + " Average: %.4f" + " Interactive: %s", + status.c_str(), total_time, latency, sample, sample_time, interactive.c_str()); view_display_info(str.c_str()); -- cgit v1.2.3