Fixed the code style in *.c files to two spaces indentation and add a linter named funstx to Fun. (0.39.0)
This commit is contained in:
parent
33001a7ad2
commit
03b2532474
237 changed files with 17550 additions and 13911 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file halt.c
|
||||
* @file halt.c
|
||||
* @brief Implements the OP_HALT opcode for stopping VM execution.
|
||||
*
|
||||
* This file handles the OP_HALT instruction, which stops the execution of the VM.
|
||||
|
|
@ -27,4 +27,4 @@
|
|||
*/
|
||||
|
||||
case OP_HALT:
|
||||
return;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue