style: formatting changes in scan-code.l

* src/scan-code.l: Fix indentation.
This commit is contained in:
Akim Demaille
2021-08-07 09:02:58 +02:00
parent a83202a436
commit 6118406c3e
2 changed files with 11 additions and 3 deletions

8
TODO
View File

@@ -3,6 +3,14 @@
See the recent changes about function prototypes in POSIX Yacc. Implement
them.
** scan-code
The default case is scanning char-per-char.
/* By default, grow the string obstack with the input. */
.|\n STRING_GROW ();
make it more eager?
** Missing tests
commit c22902e360e0fbbe9fd5657dcf107e03166da309
Author: Akim Demaille <akim.demaille@gmail.com>