end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 21:15:35 +01:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
+1 -1
View File
@@ -42,4 +42,4 @@
A block representing a function body.
*/
//
/node/BlockDefinition/FunctionBlock
/node/BlockDefinition/FunctionBlock
+1 -1
View File
@@ -103,4 +103,4 @@
*/
//
/node/statement/ReturnStatement
var/node/expression/value
var/node/expression/value
+1 -1
View File
@@ -119,4 +119,4 @@
/runtimeError/MaxCPU
name="MaxComputationalUse"
message="Maximum amount of computational cycles reached (>= 1000)."
message="Maximum amount of computational cycles reached (>= 1000)."
@@ -137,4 +137,4 @@
See Also:
- <runtimeError>
*/
/n_Interpreter/proc/HandleError(runtimeError/e)
/n_Interpreter/proc/HandleError(runtimeError/e)
+1 -1
View File
@@ -13,4 +13,4 @@
src.parent = parent
src.variables = B.initial_variables.Copy()
src.functions = B.functions.Copy()
.=..()
.=..()
+1 -1
View File
@@ -179,4 +179,4 @@
return
var/node/expression/P=ParseParamExpression()
stmt.parameters+=P
if(istype(curToken, /token/symbol) && curToken.value==",") NextToken()
if(istype(curToken, /token/symbol) && curToken.value==",") NextToken()
+1 -1
View File
@@ -18,4 +18,4 @@
return S
/stack/proc/Clear()
contents.Cut()
contents.Cut()