From e80336d4a81f525dcac0b1eee12e9e296a176906 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Fri, 24 Jul 2020 20:00:52 -0400 Subject: [PATCH] Initial code format --- src/code/z_lib.c | 2 +- src/code/z_scene.c | 2 +- src/libultra/io/contreaddata.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/code/z_lib.c b/src/code/z_lib.c index a6e9c4e762..ef48b3e75d 100644 --- a/src/code/z_lib.c +++ b/src/code/z_lib.c @@ -633,4 +633,4 @@ void* Lib_PtrSegToK0Null(void* ptr) { } else { return (void*)PHYSICAL_TO_VIRTUAL(ptr); } -} \ No newline at end of file +} diff --git a/src/code/z_scene.c b/src/code/z_scene.c index ccdfc7230e..9a831b44c3 100644 --- a/src/code/z_scene.c +++ b/src/code/z_scene.c @@ -557,4 +557,4 @@ u32 Scene_CreateEntrance(u32 sceneIndex, u32 spawnIndex, u32 offset) { void func_80130784(u32 spawnIndex) { Scene_CreateEntrance(gSaveContext.perm.entranceIndex >> 9, spawnIndex, 0); -} \ No newline at end of file +} diff --git a/src/libultra/io/contreaddata.c b/src/libultra/io/contreaddata.c index 80945047f5..d11927e545 100644 --- a/src/libultra/io/contreaddata.c +++ b/src/libultra/io/contreaddata.c @@ -61,4 +61,4 @@ void __osPackReadData() { ptr+=sizeof(__OSContReadFormat); } *ptr = 254; -} \ No newline at end of file +}