From c1c668104d0a4c8d8f72b79668d7c0c33ec9024b Mon Sep 17 00:00:00 2001 From: exelix Date: Wed, 27 Feb 2019 08:02:27 +0100 Subject: [PATCH] newline at EOF --- nx/include/switch/services/applet.h | 2 +- nx/include/switch/services/hidsys.h | 2 +- nx/source/services/hidsys.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index 69739844..4746691f 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -485,4 +485,4 @@ u8 appletGetOperationMode(void); u32 appletGetPerformanceMode(void); AppletFocusState appletGetFocusState(void); -Result appletSetFocusHandlingMode(AppletFocusHandlingMode mode); \ No newline at end of file +Result appletSetFocusHandlingMode(AppletFocusHandlingMode mode); diff --git a/nx/include/switch/services/hidsys.h b/nx/include/switch/services/hidsys.h index 312e6814..761c2ec5 100644 --- a/nx/include/switch/services/hidsys.h +++ b/nx/include/switch/services/hidsys.h @@ -20,4 +20,4 @@ Result hidsysAcquireHomeButtonEventHandle(Event* event_out); Result hidsysActivateHomeButton(void); Result hidsysActivateSleepButton(void); -Result hidsysActivateCaptureButton(void); \ No newline at end of file +Result hidsysActivateCaptureButton(void); diff --git a/nx/source/services/hidsys.c b/nx/source/services/hidsys.c index 4180f075..76e4dab9 100644 --- a/nx/source/services/hidsys.c +++ b/nx/source/services/hidsys.c @@ -178,4 +178,4 @@ Result hidsysActivateSleepButton(void) { Result hidsysActivateCaptureButton(void) { return _hidsysCmdWithResIdAndPid(151); -} \ No newline at end of file +}