Skip to content

Commit 68edc39

Browse files
Core - Assert - Minor formatting change.
1 parent 10b97d3 commit 68edc39

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

lib/mmsolverlibs/include/mmsolverlibs/assert.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ inline void ostream_add_build_info_end(std::ostream& ostream) {
135135
<< "- Git Branch: " << project_git_branch << "\n"
136136
<< "- Git Commit: " << project_git_commit_hash_long << "\n"
137137
<< "- C++ Compiler: " << cxx_compiler << "\n"
138-
<< "- C++ Linker: " << cxx_linker
139-
<< std::endl;
138+
<< "- C++ Linker: " << cxx_linker << std::endl;
140139
}
141140

142141
} // namespace

src/mmSolver/utilities/assert_utils.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@
5050
::mmsolver::build_info::project_git_commit_hash_long()
5151
#define MMASSERT_PROJECT_GIT_COMMIT_HASH_SHORT \
5252
::mmsolver::build_info::project_git_commit_hash_short()
53-
#define MMASSERT_CXX_COMPILER \
54-
::mmsolver::build_info::cxx_compiler()
55-
#define MMASSERT_CXX_LINKER \
56-
::mmsolver::build_info::cxx_linker()
53+
#define MMASSERT_CXX_COMPILER ::mmsolver::build_info::cxx_compiler()
54+
#define MMASSERT_CXX_LINKER ::mmsolver::build_info::cxx_linker()
5755

5856
// MM Solver Libs
5957
#include <mmsolverlibs/assert.h>

0 commit comments

Comments
 (0)