Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmeker committed Dec 9, 2024
1 parent 52e182e commit 8c627bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/alloc/arena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#include "runtime/alloc.h"
#include "runtime/arena.h"
#include "runtime/header.h"
#include "runtime/collect.h"
#include "runtime/header.h"

extern size_t const VAR_BLOCK_SIZE = BLOCK_SIZE;

Expand Down
2 changes: 1 addition & 1 deletion runtime/collect/collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
extern "C" {
extern thread_local arena youngspace;
extern thread_local arena oldspace;

char *youngspace_ptr(void);
char *oldspace_ptr(void);

Expand Down

0 comments on commit 8c627bc

Please sign in to comment.