From b11df5e73266b43ba59b0b9d1cfeb405fefb89ff Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Thu, 30 Jul 2020 18:42:53 -0400 Subject: [PATCH] Remove unnecessary line breaks. --- source/title.c | 13 ------------- source/title.h | 24 ------------------------ 2 files changed, 37 deletions(-) diff --git a/source/title.c b/source/title.c index c64497b..09b6505 100644 --- a/source/title.c +++ b/source/title.c @@ -720,19 +720,6 @@ const char *titleGetNcmContentTypeName(u8 content_type) return g_titleNcmContentTypeNames[idx]; } - - - - - - - - - - - - - NX_INLINE void titleFreeApplicationMetadata(void) { if (g_appMetadata) diff --git a/source/title.h b/source/title.h index ea3f19a..f2834d1 100644 --- a/source/title.h +++ b/source/title.h @@ -111,30 +111,6 @@ bool titleIsGameCardInfoUpdated(void); /// Returns a pointer to a string holding the name of the provided ncm content type. const char *titleGetNcmContentTypeName(u8 content_type); - - - - - - - - - - - - - - - - - - - - - - - - /// Miscellaneous functions. NX_INLINE void titleConvertNcmContentSizeToU64(const u8 *size, u64 *out)