resolved line ending warnings

This commit is contained in:
GruelingPine185
2022-09-23 18:16:53 -04:00
parent 2b0b678e25
commit ecbfcc28b5
11 changed files with 9 additions and 11 deletions

View File

@@ -96,4 +96,3 @@ int hookStandard(Interpreter* interpreter, Literal identifier, Literal alias) {
return 0;
}

View File

@@ -9,4 +9,3 @@ int _push(Interpreter* interpreter, LiteralArray* arguments);
int _pop(Interpreter* interpreter, LiteralArray* arguments);
int _length(Interpreter* interpreter, LiteralArray* arguments);
int _clear(Interpreter* interpreter, LiteralArray* arguments);