From 1fd1e4b5f2418e3ac2909658993bfedb615537ec Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 6 May 2021 21:56:40 -0700 Subject: Change brace style to on new line, add initial deliveries view when an order entry is selected --- core/src/Utils/Time.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/src/Utils/Time.cpp') diff --git a/core/src/Utils/Time.cpp b/core/src/Utils/Time.cpp index d8e0bd1..bbdc313 100644 --- a/core/src/Utils/Time.cpp +++ b/core/src/Utils/Time.cpp @@ -2,7 +2,8 @@ #include -std::string StringifyTimePoint(std::chrono::time_point tp) { +std::string StringifyTimePoint(std::chrono::time_point tp) +{ auto t = std::chrono::system_clock::to_time_t(tp); char data[32]; @@ -14,7 +15,8 @@ std::string StringifyTimePoint(std::chrono::time_point