Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
jhp-lanl committed Feb 18, 2023
1 parent 68ad279 commit 4c0b0f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports-of-call/portable_errors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ namespace impl {
// assert (the assertion is applied above in the macro) with file name
// and line number. Then aborts.
PORTABLE_INLINE_FUNCTION void require(bool condition_bool,
const char *const condition,
const char *const message,
const char *const filename,
int const linenumber) {
const char *const condition,
const char *const message,
const char *const filename,
int const linenumber) {
if (!condition_bool) {
std::printf(
"### ERROR\n Condition: %s\n Message: %s\n File: "
Expand Down

0 comments on commit 4c0b0f7

Please sign in to comment.