Skip to content

Commit

Permalink
Whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Feb 25, 2020
1 parent ae9e125 commit 9c0a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if (auto const& error_ = func(__VA_ARGS__); !error_) { \
throw \
std::runtime_error{ \
#func " (" __FILE__ " line " + std::to_string(__LINE__) + ") failed "}; \
#func " (" __FILE__ " line " + std::to_string(__LINE__) + ") failed"}; \
} \
} (void)0

Expand Down

0 comments on commit 9c0a9c6

Please sign in to comment.