Skip to content

Commit

Permalink
wipwiwpwi
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 28, 2023
1 parent b1bb13f commit e8e6f86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bindings/C/adios2/c/adios2_c_attribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ adios2_error adios2_attribute_type(adios2_type *type,
}
ADIOS2_FOREACH_C_ATTRIBUTE_TYPE_1ARG(make_case)
#undef make_case
else
{
*type = adios2_type_unknown;
}
else { *type = adios2_type_unknown; }
return adios2_error_none;
}
catch (...)
Expand Down

0 comments on commit e8e6f86

Please sign in to comment.