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 +}