Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Jun 28, 2023
1 parent 5d9d6cf commit 216c242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/Enzyme/Enzyme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2774,8 +2774,8 @@ class EnzymeBase {
if ((pdf->arg_end() - 1)->getType() != observed->getType()) {
EmitFailure(
"IllegalSampleType", CI->getDebugLoc(), CI,
"Return type of ", *observed, " (",
*observed->getType(), ")",
"Return type of ", *observed, " (", *observed->getType(),
")",
" does not match the last argument type of the density "
"function: ",
*pdf, " (", *(pdf->arg_end() - 1)->getType(), ")");
Expand Down

0 comments on commit 216c242

Please sign in to comment.