diff --git a/headers/os/interface/ColorUtils.h b/headers/os/interface/ColorUtils.h index 20c9b60ee8..9242a9a60a 100644 --- a/headers/os/interface/ColorUtils.h +++ b/headers/os/interface/ColorUtils.h @@ -38,4 +38,4 @@ uint16 FindClosestColor16(rgb_color color); rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position); -#endif \ No newline at end of file +#endif diff --git a/headers/private/app/PortLink.h b/headers/private/app/PortLink.h index dae232675b..512b4ef522 100644 --- a/headers/private/app/PortLink.h +++ b/headers/private/app/PortLink.h @@ -52,4 +52,4 @@ protected: PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; }; -#endif \ No newline at end of file +#endif