Fix indentation.

This commit is contained in:
László Monda
2017-11-05 23:03:27 +01:00
parent 1c9e350006
commit 870dec7519

View File

@@ -3,10 +3,10 @@
// Typedefs:
typedef enum {
ParsingStage_Validate,
ParsingStage_Apply,
} parser_stage_t;
typedef enum {
ParsingStage_Validate,
ParsingStage_Apply,
} parser_stage_t;
// Functions: