From cf6db57787fbde79fd54c6d76b42f41dfca5d7e6 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 25 Mar 2023 01:43:51 +1100 Subject: [PATCH] Whitespace tweak --- source/toy_literal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/toy_literal.h b/source/toy_literal.h index c617201..2d428bc 100644 --- a/source/toy_literal.h +++ b/source/toy_literal.h @@ -63,12 +63,11 @@ typedef struct Toy_Literal { } function; //16 struct { //for variable names - Toy_RefString* ptr; //8 + Toy_RefString* ptr; //8 int hash; //4 - } identifier; //16 + } identifier; //16 struct { - struct Toy_Literal* subtypes; //8 Toy_LiteralType typeOf; //4 unsigned char capacity; //1