aboutsummaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 14:28:19 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 14:28:19 +0100
commit09d398c748c2707918c9f531b91d161b08cb1163 (patch)
tree7cdbf4b8d01c829b1cc7508b4f051b371cac20ec /src/parse.h
parent82bd4d7d640039f2e073f1de883d55131e1d5b38 (diff)
downloaduwu-lang-09d398c748c2707918c9f531b91d161b08cb1163.tar.xz
Code format
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 861ad1c..7aca6af 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -33,7 +33,7 @@ typedef struct
typedef struct
{
AbstractSyntaxTree tree;
-
+
size_t buffer_size;
char *buffer;