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);