chore: remove trailing whitespace from all source files in src/ directory
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef RAVA_GC_ROOTS_H
|
||||
#define RAVA_GC_ROOTS_H
|
||||
|
||||
#include "gc.h"
|
||||
#include "../runtime.h"
|
||||
|
||||
void rava_gc_scan_roots(RavaVM_t *vm);
|
||||
void rava_gc_mark_value(RavaValue_t value);
|
||||
void rava_gc_mark_nanbox(uint64_t v);
|
||||
void rava_gc_mark_string(const char *str);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user