From 0ba6ea4005ad6b4d1559254b65e918eda5cf9689 Mon Sep 17 00:00:00 2001 From: Pirater12 Date: Mon, 23 Jul 2018 21:51:40 +0530 Subject: [PATCH] Add newline at EOF --- libctru/include/3ds/services/frd.h | 2 +- libctru/source/services/frd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/include/3ds/services/frd.h b/libctru/include/3ds/services/frd.h index 66ea18c..e7f31e2 100644 --- a/libctru/include/3ds/services/frd.h +++ b/libctru/include/3ds/services/frd.h @@ -273,4 +273,4 @@ Result FRD_AddFriendOnline(Handle event, u32 principalId); * @param principalId PrinipalId of the friend code to remove. * @param localFriendCode LocalFriendCode of the friend code to remove. */ -Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode); \ No newline at end of file +Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode); diff --git a/libctru/source/services/frd.c b/libctru/source/services/frd.c index 398ad78..116ba5f 100644 --- a/libctru/source/services/frd.c +++ b/libctru/source/services/frd.c @@ -474,4 +474,4 @@ Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode) if(R_FAILED(ret = svcSendSyncRequest(frdHandle))) return ret; return cmdbuf[1]; -} \ No newline at end of file +}