mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 07:59:18 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -26,7 +26,7 @@ char endstring[10] = "\n";
|
||||
std::deque<std::string> log_scrollback;
|
||||
|
||||
std::string filename_date() {
|
||||
::SYSTEMTIME st;
|
||||
SYSTEMTIME st;
|
||||
|
||||
#ifdef __unix__
|
||||
timespec ts;
|
||||
@@ -41,7 +41,7 @@ std::string filename_date() {
|
||||
st.wSecond = tms->tm_sec;
|
||||
st.wMilliseconds = ts.tv_nsec / 1000000;
|
||||
#elif _WIN32
|
||||
::GetLocalTime( &st );
|
||||
GetLocalTime( &st );
|
||||
#endif
|
||||
|
||||
std::snprintf(
|
||||
|
||||
Reference in New Issue
Block a user