add newline to end of file

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3067 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-04-14 03:54:47 +00:00
parent fe5cc7b493
commit 293c3378f3
16 changed files with 16 additions and 16 deletions

View File

@ -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);
}
}

View File

@ -40,4 +40,4 @@ protected:
int textoffset;
};
#endif
#endif

View File

@ -33,4 +33,4 @@ float scale;
};
#endif
#endif

View File

@ -33,4 +33,4 @@ float scale;
};
#endif
#endif

View File

@ -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);
}
}

View File

@ -42,4 +42,4 @@ protected:
int textoffset;
};
#endif
#endif

View File

@ -1106,4 +1106,4 @@ Error(jas_stream_t *stream, jas_image_t *image, jas_matrix_t **pixels, int32 pix
free(scanline);
return error;
}
}

View File

@ -683,4 +683,4 @@ jpeg_simple_lossless (j_compress_ptr cinfo, int predictor, int point_transform)
scanptr->Al = point_transform;
}
#endif /* C_LOSSLESS_SUPPORTED */
#endif /* C_LOSSLESS_SUPPORTED */

View File

@ -40,4 +40,4 @@ public:
virtual ~TiffUnknownField();
};
#endif // TIFF_UNKNOWN_FIELD_H
#endif // TIFF_UNKNOWN_FIELD_H

View File

@ -27,4 +27,4 @@ ssize_t writeAttr( BNode *node, type_code attrType,
const char *attrName, const char *attrValue );
#endif
#endif

View File

@ -15,4 +15,4 @@ void usageMsg();
void invalidAttrMsg( const char *attrTypeName );
void problemsWithFileMsg( const char *file );
#endif
#endif

View File

@ -76,4 +76,4 @@ protected:
extern BRect preview_bounds;
#endif
#endif

View File

@ -21,4 +21,4 @@ class Media : public BApplication
};
#endif
#endif

View File

@ -15,4 +15,4 @@ const char *APP_SIGNATURE = "application/x-vnd.OBOS.Media"; // Application Sign
#endif
#endif

View File

@ -24,4 +24,4 @@ class MediaListItem : public BListItem
};
#endif
#endif

View File

@ -229,4 +229,4 @@ void MediaWindow::MessageReceived (BMessage *message)
break;
}
}
// ---------------------------------------------------------------------------------------------------------- //
// ---------------------------------------------------------------------------------------------------------- //