parsers: fix minor stylistic issues

* data/skeletons/variant.hh (b4_token_constructor_declare): Remove,
unused since the previous commit.
Fix indentation issues.
* data/skeletons/c++.m4: Fix indentation issues.
This commit is contained in:
Akim Demaille
2018-12-27 06:39:41 +01:00
parent 7938ab53ff
commit 0dc44adbf6
3 changed files with 6 additions and 18 deletions

View File

@@ -60,11 +60,8 @@ static char *relocate_buffer = NULL;
#define GENERATE_MUSCLE_INSERT_TABLE(Name, Type) \
\
static void \
Name (char const *name, \
Type *table_data, \
Type first, \
int begin, \
int end) \
Name (char const *name, Type *table_data, Type first, \
int begin, int end) \
{ \
Type min = first; \
Type max = first; \