Эх сурвалжийг харах

[token.h] Removing trailing spaces

Vinicius Teshima 1 жил өмнө
parent
commit
5530ff33a7
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      src/token.h

+ 2 - 2
src/token.h

@@ -81,7 +81,7 @@ const char *token_type_enum_2_cstr(enum token_type_enum tte);
 #if defined(IMP) | defined(TOKEN_IMP)
 
 
-struct 
+struct
 token token_create(enum token_type_enum tte, struct str lit)
 {
 	struct token t = {0};
@@ -90,7 +90,7 @@ token token_create(enum token_type_enum tte, struct str lit)
 	return t;
 }
 
-struct token_type 
+struct token_type
 token_type_create(enum token_type_enum tte)
 {
 	struct token_type tt = {0};