chore: remove trailing whitespace from all source files in src/ directory

This commit is contained in:
2025-12-05 00:12:39 +00:00
parent 915e097a52
commit 0a368ed1c3
11 changed files with 945 additions and 0 deletions
+9
View File
@@ -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