Skip to content

Commit 90a070c

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 783e207 commit 90a070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/parallel_global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void Parallel_Global::read_mpi_parameters(int argc, char** argv, int& NPROC, int
196196
<< std::endl
197197
<< " Commit: " << commit << std::endl
198198
<< std::endl;
199-
time_t time_now = time(NULL);
199+
time_t time_now = time(nullptr);
200200
std::cout << " " << ctime(&time_now);
201201
}
202202

0 commit comments

Comments
 (0)