chore: remove trailing whitespace from all source files in src/ directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef RAVA_GC_SWEEP_H
|
||||
#define RAVA_GC_SWEEP_H
|
||||
|
||||
#include "gc.h"
|
||||
|
||||
void rava_gc_sweep(void);
|
||||
void rava_gc_finalize_object(RavaGCHeader_t *obj);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user