From 065b5c18af93c9c00b697e753aa8720f0ad708e1 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Wed, 8 Oct 2008 15:45:33 +0200 Subject: [PATCH] Fixed indentation --- src/starsphere/StarsphereS5R3.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/starsphere/StarsphereS5R3.cpp b/src/starsphere/StarsphereS5R3.cpp index 88c2e5b..e3400b9 100644 --- a/src/starsphere/StarsphereS5R3.cpp +++ b/src/starsphere/StarsphereS5R3.cpp @@ -114,9 +114,9 @@ void StarsphereS5R3::refreshBOINCInformation() // update current time string (clock) char cBuffer[10] = {0}; - time_t timeNow = time(0); - struct tm* timeLocal = localtime(&timeNow); - strftime(cBuffer, sizeof(cBuffer) - 1, "%H:%M:%S", timeLocal); + time_t timeNow = time(0); + struct tm* timeLocal = localtime(&timeNow); + strftime(cBuffer, sizeof(cBuffer) - 1, "%H:%M:%S", timeLocal); m_CurrentTime = string(cBuffer); } -- GitLab