From 9855a34f48acf6ae3aaeba9ec37756da41507e64 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 Aug 2014 21:06:09 +0200 Subject: Coding style: always add a space between a pointer's type and the * --- src/lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lex.h') diff --git a/src/lex.h b/src/lex.h index 53ecce2..65a339b 100644 --- a/src/lex.h +++ b/src/lex.h @@ -38,7 +38,7 @@ #include -fastd_lex_t* fastd_lex_init(FILE *file); +fastd_lex_t * fastd_lex_init(FILE *file); void fastd_lex_destroy(fastd_lex_t *lex); int fastd_lex(YYSTYPE *yylval, YYLTYPE *yylloc, fastd_lex_t *lex); -- cgit v1.2.3