Skip to content
Snippets Groups Projects
Commit 264b3862 authored by Sam Jenkins's avatar Sam Jenkins
Browse files

Re #23103 clang formatting

parent 3cce002f
No related branches found
No related tags found
No related merge requests found
......@@ -195,11 +195,10 @@ void CICatHelper::saveInvestigationIncludesResponse(
std::string creationTime;
creationTime.resize(format.size());
const time_t crtime = *(*datafile_citr)->datafileCreateTime;
strftime(const_cast<char *>(creationTime.data()), creationTime.size(),format.data(),
localtime(&crtime));
strftime(const_cast<char *>(creationTime.data()), creationTime.size(),
format.data(), localtime(&crtime));
savetoTableWorkspace(creationTime.data(), t);
}
//
savetoTableWorkspace((*datafile_citr)->id, t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment