Skip to content

Commit

Permalink
Added space after colon in UNREACHABLE macro definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsakh committed May 15, 2019
1 parent a59024b commit 6d4b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void DumpBacktrace(FILE* fp);


#define UNREACHABLE(expr) \
ERROR_AND_ABORT("Unreachable code reached:" expr)
ERROR_AND_ABORT("Unreachable code reached: " expr)

// TAILQ-style intrusive list node.
template <typename T>
Expand Down

0 comments on commit 6d4b624

Please sign in to comment.