From c8563e149fc4c808e87d66f7238c4f4461751285 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Fri, 7 Feb 2003 17:27:15 +0000 Subject: [PATCH] Added newline to end of file git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2647 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/ColorUtils.h | 2 +- headers/private/app/PortLink.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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