Skip to content

Commit

Permalink
Replaces tabs with spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Jan 24, 2012
1 parent e0e904f commit db19f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuitype.h
Expand Up @@ -116,7 +116,7 @@ class MUI_PUBLIC MythUIType : public QObject, public XMLParseBase
virtual QSize GetMinSize(void) const;
virtual void SetArea(const MythRect &rect);
virtual void AdjustMinArea(int delta_x, int delta_y,
int delta_w, int delta_h);
int delta_w, int delta_h);
virtual void VanishSibling(void);
virtual void SetMinAreaParent(MythRect actual_area, MythRect full_area,
MythUIType *child);
Expand Down

0 comments on commit db19f34

Please sign in to comment.