fan: add newline to end of file

This commit is contained in:
HookedBehemoth 2020-02-28 19:16:14 +01:00
parent 9206d32867
commit 2358cfba84

View File

@ -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);
Result fanControllerGetRotationSpeedLevel(FanController *controller, float *level);