More whitespace cleanup all over the place.

This commit is contained in:
Michael Lotz
2015-04-10 15:05:14 +02:00
parent 416255de4e
commit e01de52283
6 changed files with 41 additions and 35 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ public:
virtual BAlignment BaseAlignment();
virtual BRect Frame();
virtual void SetFrame(BRect frame);
virtual void SetFrame(BRect frame);
virtual bool IsVisible();
virtual void SetVisible(bool visible);
@@ -42,7 +42,7 @@ public:
protected:
// Archiving hook methods
virtual status_t AllArchived(BMessage* archive) const;
virtual status_t AllArchived(BMessage* archive) const;
virtual status_t AllUnarchived(const BMessage* from);
virtual status_t ItemArchived(BMessage* into, BLayoutItem* item,
+3 -3
View File
@@ -19,7 +19,7 @@ public:
orientation Orientation() const;
void SetOrientation(orientation orientation);
float ItemWeight(int32 index) const;
void SetItemWeight(int32 index, float weight);
@@ -40,7 +40,7 @@ public:
virtual status_t Perform(perform_code d, void* arg);
protected:
protected:
virtual status_t AllArchived(BMessage* into) const;
virtual status_t AllUnarchived(const BMessage* from);
virtual status_t ItemArchived(BMessage* into, BLayoutItem* item,
@@ -52,7 +52,7 @@ protected:
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
virtual void PrepareItems(orientation orientation);
virtual int32 InternalCountColumns();
virtual int32 InternalCountRows();
virtual void GetColumnRowConstraints(
+1 -1
View File
@@ -448,7 +448,7 @@ extern status_t _kern_close_port(port_id id);
extern status_t _kern_delete_port(port_id id);
extern port_id _kern_find_port(const char *port_name);
extern status_t _kern_get_port_info(port_id id, struct port_info *info);
extern status_t _kern_get_next_port_info(team_id team, int32 *cookie,
extern status_t _kern_get_next_port_info(team_id team, int32 *cookie,
struct port_info *info);
extern ssize_t _kern_port_buffer_size_etc(port_id port, uint32 flags,
bigtime_t timeout);