diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.cpp b/src/add-ons/decorators/BeDecorator/BeDecorator.cpp index 9e6a2e69d6..a955c5fd9f 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.cpp +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.cpp @@ -483,4 +483,4 @@ extern "C" float get_decorator_version(void) extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags) { return new BeDecorator(rect,wlook,wfeel,wflags); -} \ No newline at end of file +} diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.h b/src/add-ons/decorators/BeDecorator/BeDecorator.h index 9f9189b1cf..9d7394cc39 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.h +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.h @@ -40,4 +40,4 @@ protected: int textoffset; }; -#endif \ No newline at end of file +#endif diff --git a/src/add-ons/decorators/BeDecorator/LayerData.h b/src/add-ons/decorators/BeDecorator/LayerData.h index 6051aeb0ea..1b8124b5e2 100644 --- a/src/add-ons/decorators/BeDecorator/LayerData.h +++ b/src/add-ons/decorators/BeDecorator/LayerData.h @@ -33,4 +33,4 @@ float scale; }; -#endif \ No newline at end of file +#endif diff --git a/src/add-ons/decorators/WinDecorator/LayerData.h b/src/add-ons/decorators/WinDecorator/LayerData.h index 6051aeb0ea..1b8124b5e2 100644 --- a/src/add-ons/decorators/WinDecorator/LayerData.h +++ b/src/add-ons/decorators/WinDecorator/LayerData.h @@ -33,4 +33,4 @@ float scale; }; -#endif \ No newline at end of file +#endif diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp index 5af2297c86..327843264a 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp @@ -397,4 +397,4 @@ extern "C" float get_decorator_version(void) extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags) { return new WinDecorator(rect,wlook,wfeel,wflags); -} \ No newline at end of file +} diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.h b/src/add-ons/decorators/WinDecorator/WinDecorator.h index 136747681c..2e7c0439d3 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.h +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.h @@ -42,4 +42,4 @@ protected: int textoffset; }; -#endif \ No newline at end of file +#endif diff --git a/src/add-ons/translators/jpeg2000translator/JPEG2000Translator.cpp b/src/add-ons/translators/jpeg2000translator/JPEG2000Translator.cpp index bfa1f1cdb9..90857d06c2 100755 --- a/src/add-ons/translators/jpeg2000translator/JPEG2000Translator.cpp +++ b/src/add-ons/translators/jpeg2000translator/JPEG2000Translator.cpp @@ -1106,4 +1106,4 @@ Error(jas_stream_t *stream, jas_image_t *image, jas_matrix_t **pixels, int32 pix free(scanline); return error; -} \ No newline at end of file +} diff --git a/src/add-ons/translators/jpegtranslator/libjpeg/jcparam.c b/src/add-ons/translators/jpegtranslator/libjpeg/jcparam.c index 1a4ade18cf..9b84d443d0 100755 --- a/src/add-ons/translators/jpegtranslator/libjpeg/jcparam.c +++ b/src/add-ons/translators/jpegtranslator/libjpeg/jcparam.c @@ -683,4 +683,4 @@ jpeg_simple_lossless (j_compress_ptr cinfo, int predictor, int point_transform) scanptr->Al = point_transform; } -#endif /* C_LOSSLESS_SUPPORTED */ \ No newline at end of file +#endif /* C_LOSSLESS_SUPPORTED */ diff --git a/src/add-ons/translators/tifftranslator/TiffUnknownField.h b/src/add-ons/translators/tifftranslator/TiffUnknownField.h index b0d4905124..4ca30ae1bc 100755 --- a/src/add-ons/translators/tifftranslator/TiffUnknownField.h +++ b/src/add-ons/translators/tifftranslator/TiffUnknownField.h @@ -40,4 +40,4 @@ public: virtual ~TiffUnknownField(); }; -#endif // TIFF_UNKNOWN_FIELD_H \ No newline at end of file +#endif // TIFF_UNKNOWN_FIELD_H diff --git a/src/apps/bin/addattr/addAttr.h b/src/apps/bin/addattr/addAttr.h index 51d95538ba..55e27ed16b 100644 --- a/src/apps/bin/addattr/addAttr.h +++ b/src/apps/bin/addattr/addAttr.h @@ -27,4 +27,4 @@ ssize_t writeAttr( BNode *node, type_code attrType, const char *attrName, const char *attrValue ); -#endif \ No newline at end of file +#endif diff --git a/src/apps/bin/addattr/messages.h b/src/apps/bin/addattr/messages.h index 18f64c3096..4ac4bf0767 100644 --- a/src/apps/bin/addattr/messages.h +++ b/src/apps/bin/addattr/messages.h @@ -15,4 +15,4 @@ void usageMsg(); void invalidAttrMsg( const char *attrTypeName ); void problemsWithFileMsg( const char *file ); -#endif \ No newline at end of file +#endif diff --git a/src/prefs/appearance/PreviewDriver.h b/src/prefs/appearance/PreviewDriver.h index 7e85de7cde..84d900f4a5 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/media/Media.h b/src/prefs/media/Media.h index 0756334378..55b7b633b5 100644 --- a/src/prefs/media/Media.h +++ b/src/prefs/media/Media.h @@ -21,4 +21,4 @@ class Media : public BApplication }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/media/MediaConstants.h b/src/prefs/media/MediaConstants.h index 49ac290bcd..a97be406d8 100644 --- a/src/prefs/media/MediaConstants.h +++ b/src/prefs/media/MediaConstants.h @@ -15,4 +15,4 @@ const char *APP_SIGNATURE = "application/x-vnd.OBOS.Media"; // Application Sign -#endif \ No newline at end of file +#endif diff --git a/src/prefs/media/MediaListItem.h b/src/prefs/media/MediaListItem.h index d783854e21..226c328b22 100644 --- a/src/prefs/media/MediaListItem.h +++ b/src/prefs/media/MediaListItem.h @@ -24,4 +24,4 @@ class MediaListItem : public BListItem }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/media/MediaWindow.cpp b/src/prefs/media/MediaWindow.cpp index dcc68a0780..4a3a028a98 100644 --- a/src/prefs/media/MediaWindow.cpp +++ b/src/prefs/media/MediaWindow.cpp @@ -229,4 +229,4 @@ void MediaWindow::MessageReceived (BMessage *message) break; } } -// ---------------------------------------------------------------------------------------------------------- // \ No newline at end of file +// ---------------------------------------------------------------------------------------------------------- //