From bee7dc0510147b808072792a453e219fe625a788 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 28 Sep 2002 00:06:22 +0000 Subject: [PATCH] fixed newline at end of file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1216 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/prefs/appearance/ColorSet.h | 2 +- src/prefs/appearance/ColorWell.cpp | 2 +- src/prefs/appearance/ColorWell.h | 2 +- src/prefs/appearance/DisplayDriver.h | 2 +- src/prefs/appearance/LayerData.h | 2 +- src/prefs/appearance/PortLink.h | 2 +- src/prefs/appearance/PreviewDriver.h | 2 +- src/prefs/appearance/RGBColor.h | 2 +- src/prefs/appearance/defs.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/prefs/appearance/ColorSet.h b/src/prefs/appearance/ColorSet.h index 5eac8d7ebc..b1479e181d 100644 --- a/src/prefs/appearance/ColorSet.h +++ b/src/prefs/appearance/ColorSet.h @@ -35,4 +35,4 @@ public: desktop; }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/ColorWell.cpp b/src/prefs/appearance/ColorWell.cpp index 6cb94a5e2a..4fbfdf9c77 100644 --- a/src/prefs/appearance/ColorWell.cpp +++ b/src/prefs/appearance/ColorWell.cpp @@ -102,4 +102,4 @@ rgb_color ColorWell::Color(void) const void ColorWell::SetMode(bool is_rectangle) { is_rect=is_rectangle; -} \ No newline at end of file +} diff --git a/src/prefs/appearance/ColorWell.h b/src/prefs/appearance/ColorWell.h index ffbb8c1103..238c11a082 100644 --- a/src/prefs/appearance/ColorWell.h +++ b/src/prefs/appearance/ColorWell.h @@ -24,4 +24,4 @@ protected: rgb_color disabledcol, currentcol; }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/DisplayDriver.h b/src/prefs/appearance/DisplayDriver.h index 8f4f9f667f..f1913be6e3 100644 --- a/src/prefs/appearance/DisplayDriver.h +++ b/src/prefs/appearance/DisplayDriver.h @@ -111,4 +111,4 @@ private: int32 buffer_mode; }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/LayerData.h b/src/prefs/appearance/LayerData.h index 6051aeb0ea..1b8124b5e2 100644 --- a/src/prefs/appearance/LayerData.h +++ b/src/prefs/appearance/LayerData.h @@ -33,4 +33,4 @@ float scale; }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/PortLink.h b/src/prefs/appearance/PortLink.h index 9f5432daab..429f342024 100644 --- a/src/prefs/appearance/PortLink.h +++ b/src/prefs/appearance/PortLink.h @@ -40,4 +40,4 @@ protected: PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/PreviewDriver.h b/src/prefs/appearance/PreviewDriver.h index e5ca6f0bee..9842a6d37d 100644 --- a/src/prefs/appearance/PreviewDriver.h +++ b/src/prefs/appearance/PreviewDriver.h @@ -76,4 +76,4 @@ protected: extern BRect preview_bounds; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/RGBColor.h b/src/prefs/appearance/RGBColor.h index 1f91f74897..036e9d1561 100644 --- a/src/prefs/appearance/RGBColor.h +++ b/src/prefs/appearance/RGBColor.h @@ -30,4 +30,4 @@ protected: uint8 color8; }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/defs.h b/src/prefs/appearance/defs.h index 659ae13720..559903e107 100644 --- a/src/prefs/appearance/defs.h +++ b/src/prefs/appearance/defs.h @@ -22,4 +22,4 @@ #define GET_DECORATOR 'gdec' #define SET_UI_COLORS 'suic' -#endif \ No newline at end of file +#endif