Consolidate formating

This commit is contained in:
2022-01-17 00:38:43 +01:00
parent 121858ee31
commit f9b7390923
29 changed files with 139 additions and 354 deletions

View File

@@ -1,8 +1,7 @@
#pragma once
#include <stdint.h>
struct process
{
struct process {
uint64_t pid;
void *stack_ptr;
uint64_t state;