* Fixed incorrect spacing and blank lines.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-05-27 15:53:35 +00:00
parent de9dcd41f8
commit 0cf9610449
+7 -2
View File
@@ -5,8 +5,14 @@
#ifndef _NOTIFICATION_H #ifndef _NOTIFICATION_H
#define _NOTIFICATION_H #define _NOTIFICATION_H
#include <Entry.h> #include <Entry.h>
class BBitmap;
class BList;
// notification types // notification types
enum notification_type { enum notification_type {
B_INFORMATION_NOTIFICATION, B_INFORMATION_NOTIFICATION,
@@ -15,8 +21,6 @@ enum notification_type {
B_PROGRESS_NOTIFICATION B_PROGRESS_NOTIFICATION
}; };
class BBitmap;
class BList;
class BNotification { class BNotification {
public: public:
@@ -69,4 +73,5 @@ private:
BBitmap* fBitmap; BBitmap* fBitmap;
}; };
#endif // _NOTIFICATION_H #endif // _NOTIFICATION_H