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
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright 2025 Johannes Findeisen <you@hanez.org>
|
||||
* Licensed under the terms of the Apache-2.0 license.
|
||||
* https://opensource.org/license/apache-2-0
|
||||
*
|
||||
*
|
||||
* Added: 2025-12-28
|
||||
*/
|
||||
|
||||
|
|
@ -15,6 +15,6 @@ case OP_FUN_VERSION: {
|
|||
#ifndef FUN_VERSION
|
||||
#define FUN_VERSION "0.0.0-dev"
|
||||
#endif
|
||||
push_value(vm, make_string(FUN_VERSION));
|
||||
break;
|
||||
push_value(vm, make_string(FUN_VERSION));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue