aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lex.c b/src/lex.c
index 0fdf6af..80c1c5b 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -386,7 +386,8 @@ lex(struct lexer *lexer, struct token *out)
}
}
-void unlex(struct lexer *lexer, const struct token *in)
+void
+unlex(struct lexer *lexer, const struct token *in)
{
assert(lexer->un.token == T_NONE);
lexer->un = *in;