From 2358cfba84904b67a55cd4867c92663b1a5084b1 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Fri, 28 Feb 2020 19:16:14 +0100 Subject: [PATCH] fan: add newline to end of file --- nx/include/switch/services/fan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/fan.h b/nx/include/switch/services/fan.h index e2eef653..b77bf4b4 100644 --- a/nx/include/switch/services/fan.h +++ b/nx/include/switch/services/fan.h @@ -29,4 +29,4 @@ void fanControllerClose(FanController *controller); /// @warning Disabling your fan can damage your system. Result fanControllerSetRotationSpeedLevel(FanController *controller, float level); -Result fanControllerGetRotationSpeedLevel(FanController *controller, float *level); \ No newline at end of file +Result fanControllerGetRotationSpeedLevel(FanController *controller, float *level);