Skip to content

Commit 6d4b624

Browse files
committed
Added space after colon in UNREACHABLE macro definition
1 parent a59024b commit 6d4b624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void DumpBacktrace(FILE* fp);
182182

183183

184184
#define UNREACHABLE(expr) \
185-
ERROR_AND_ABORT("Unreachable code reached:" expr)
185+
ERROR_AND_ABORT("Unreachable code reached: " expr)
186186

187187
// TAILQ-style intrusive list node.
188188
template <typename T>

0 commit comments

Comments
 (0)