Skip to content

Commit 7c96204

Browse files
committed
apply format
1 parent 0573c5d commit 7c96204

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/core/system_tools.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ get_proc_threads()
131131

132132
/// Get amount of free memory in bytes.
133133
inline auto
134-
get_available_memory() {
134+
get_available_memory()
135+
{
135136
std::ifstream meminfo("/proc/meminfo");
136137
size_t result{0};
137138

src/unit_cell/atom_symmetry_class.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ Atom_symmetry_class::find_enu(relativity_t rel__)
499499
rsd->enu = new_enu;
500500
}
501501
} catch (std::exception const& e) {
502-
std::cout << e.what() << std::endl;
502+
std::cout << e.what() << std::endl;
503503
ierr++;
504504
}
505505
}

0 commit comments

Comments
 (0)