From fd7bd420b3d9f1b031adced3add1f15f29048906 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Thu, 5 Oct 2023 15:26:29 -0700 Subject: [PATCH] Add back newline. --- kernel/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/utils.h b/kernel/utils.h index 9b64ed8e114..255f875c3f8 100644 --- a/kernel/utils.h +++ b/kernel/utils.h @@ -123,6 +123,7 @@ struct stackmap } }; + // ------------------------------------------------ // A simple class for topological sorting // ------------------------------------------------